diff options
Diffstat (limited to 'ui/aura/BUILD.gn')
-rw-r--r-- | ui/aura/BUILD.gn | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn index 8b22fbb..733a9c2 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", + ] } } |