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

Unified Diff: BUILD.gn

Issue 2476663002: Check for both use_ozone and is_chromeos for test. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | services/ui/display/BUILD.gn » ('j') | services/ui/display/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 823e655cc5d1b40b00d24fea5269e3d8ce4411bf..e4d9fc7d6d42290be59e67942be0e222afcd5757 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -757,7 +757,7 @@ group("gn_only") {
"//ui/views/mus:views_mus_unittests",
]
- if (use_ozone) {
+ if (use_ozone && is_chromeos) {
deps += [ "//services/ui/display:display_service_unittests" ]
}
}
« no previous file with comments | « no previous file | services/ui/display/BUILD.gn » ('j') | services/ui/display/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698