Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5838)

Unified Diff: chrome/test/BUILD.gn

Issue 1175783003: Split out Ash dependency in app info dialog unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ViewEventTestBase will not play nice Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 490b8a1cecbe8197457d81b81dfd81522d4c1c0e..05451c33aafa899bb866a55511d4725b2dd01121 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1368,12 +1368,14 @@ if (!is_android) {
"//ui/views",
"//ui/views:test_support",
]
+ sources += rebase_path(unit_gypi_values.chrome_unit_tests_views_sources,
+ ".",
+ "//chrome")
if (!is_mac) {
- # TODO(tapted): Enable toolkit-views unit_tests on Mac when their
- # respective implementations are linked in. http://crbug.com/412234.
- sources += rebase_path(unit_gypi_values.chrome_unit_tests_views_sources,
- ".",
- "//chrome")
+ sources += rebase_path(
+ unit_gypi_values.chrome_unit_tests_views_non_mac_sources,
+ ".",
+ "//chrome")
}
}
if (use_ash) {

Powered by Google App Engine
This is Rietveld 408576698