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

Unified Diff: chrome/test/BUILD.gn

Issue 2148293003: Excluded non-chromeos source files in chromeos build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed failed test Created 4 years, 5 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 62ae088ead46d2052d12a0d07015dd6dd55abda2..5d1961c7f3893a47525bd3d722bf7cb6442f0874 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1144,17 +1144,17 @@ test("browser_tests") {
".",
"//chrome")
deps += [ "//ui/views" ]
+ if (!is_chromeos && (!is_mac || mac_views_browser)) {
+ sources += rebase_path(
+ chrome_tests_gypi_values.chrome_browser_tests_views_non_cros_sources,
+ ".",
+ "//chrome")
+ }
if (!is_mac) {
sources += rebase_path(
chrome_tests_gypi_values.chrome_browser_tests_views_non_mac_sources,
".",
"//chrome")
- if (!is_chromeos) {
- sources += rebase_path(
- chrome_tests_gypi_values.chrome_browser_tests_views_non_cros_or_mac_sources,
- ".",
- "//chrome")
- }
}
}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698