summaryrefslogtreecommitdiffstats
path: root/ui/aura/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/BUILD.gn')
-rw-r--r--ui/aura/BUILD.gn7
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 21b0b27..1357a63 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -110,7 +110,12 @@ component("aura") {
"//build/config/linux:x11",
"//build/config/linux:xrandr",
]
- deps += [ "//ui/events/platform/x11" ]
+ deps += [
+ "//ui/events:events_base",
+ "//ui/events/devices",
+ "//ui/events/platform/x11",
+ "//ui/gfx/x",
+ ]
} else {
sources -= [
"window_tree_host_x11.cc",