Index: ash/BUILD.gn |
diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
index c9605a39bf91112761907ec46b7d84e950c7d200..8ae17bc46ce8f4e0f6895d45ac802c8e638fe2ed 100644 |
--- a/ash/BUILD.gn |
+++ b/ash/BUILD.gn |
@@ -64,7 +64,15 @@ component("ash") { |
} |
if (use_x11) { |
- configs += [ "//build/config/linux:xfixes" ] |
+ configs += [ |
+ "//build/config/linux:x11", |
+ "//build/config/linux:xfixes", |
+ ] |
+ deps += [ |
+ "//ui/events:gesture_detection", |
+ "//ui/events/platform", |
+ "//ui/gfx/x", |
+ ] |
} else { |
sources -= [ |
"host/ash_window_tree_host_x11.cc", |