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

Unified Diff: services/ui/display/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 | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/BUILD.gn
diff --git a/services/ui/display/BUILD.gn b/services/ui/display/BUILD.gn
index e521f4382bd85f7c47b2de014254dfde3279340f..e7d4fe12cd7d2148a500580a0ef29195adf2f408 100644
--- a/services/ui/display/BUILD.gn
+++ b/services/ui/display/BUILD.gn
@@ -40,7 +40,7 @@ source_set("display") {
}
}
-if (use_ozone) {
+if (use_ozone && is_chromeos) {
Tom (Use chromium acct) 2016/11/03 18:17:28 Please add a TODO here to make these tests work on
kylechar 2016/11/03 18:23:55 Screen management is really a Chrome OS only conce
rjkroege 2016/11/04 22:52:44 But... in a future CrOS=0, ozone=1 world, we will
test("display_service_unittests") {
sources = [
"platform_screen_ozone_unittests.cc",
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698