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

Unified Diff: ui/display/BUILD.gn

Issue 705623004: GN: Get os="chromeos" use_ozone=true to compile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes, build chrome and app_shell Created 6 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 | « ui/base/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index e13abd9553c62f3413b7ccd546f530ccb8206819..8fac5f826a175ec301148d4afa74fd42aba97368 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -118,4 +118,12 @@ test("display_unittests") {
"//ui/display/types",
]
}
+
+ if (use_ozone) {
+ sources -= [
+ "chromeos/x11/display_util_x11_unittest.cc",
+ "chromeos/x11/native_display_event_dispatcher_x11_unittest.cc",
+ ]
+ }
+
}
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698