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

Unified Diff: ui/events/blink/BUILD.gn

Issue 2751833006: Treat NotifyVirtual events as mouse move events for blink. (Closed)
Patch Set: Try to fix build Created 3 years, 9 months 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 | « no previous file | ui/events/blink/web_input_event.cc » ('j') | ui/events/blink/web_input_event.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/blink/BUILD.gn
diff --git a/ui/events/blink/BUILD.gn b/ui/events/blink/BUILD.gn
index 633663a8e1c5456b8efb412895956bef72f3a3f6..b6025bdfa0cf8493487bf3be939ef56988b99d1e 100644
--- a/ui/events/blink/BUILD.gn
+++ b/ui/events/blink/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//ui/ozone/ozone.gni")
source_set("blink") {
sources = [
@@ -46,4 +47,8 @@ source_set("blink") {
]
deps += [ "//ui/display" ]
}
+
+ if (use_x11 || ozone_platform_x11) {
+ deps += [ "//ui/events/x" ]
+ }
}
« no previous file with comments | « no previous file | ui/events/blink/web_input_event.cc » ('j') | ui/events/blink/web_input_event.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698