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

Unified Diff: ui/aura/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 | « media/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 8b22fbb0daf779f73614f17032f6948ab890c10c..733a9c2d6311dd87733bcb3e001841705ece7f2f 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -115,6 +115,11 @@ component("aura") {
deps += [
"//ui/events/platform/x11",
]
+ } else {
+ sources -= [
+ "window_tree_host_x11.cc",
+ "window_tree_host_x11.h",
+ ]
}
if (is_win) {
@@ -134,11 +139,10 @@ component("aura") {
"window_tree_host_ozone.h",
]
- # TODO(GYP) enable when these targets exist.
- #deps += [
- # "//ui/events/ozone",
- # "//ui/ozone",
- #]
+ deps += [
+ "//ui/events/ozone:events_ozone",
+ "//ui/ozone",
+ ]
}
}
« no previous file with comments | « media/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698