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

Unified Diff: ui/events/platform/x11/BUILD.gn

Issue 685793002: Move all event related devices from ui/events/ to ui/events/devices/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internal-touchscreens
Patch Set: fix ozone 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 | « ui/events/ozone/events_ozone.gyp ('k') | ui/events/platform/x11/x11_event_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/platform/x11/BUILD.gn
diff --git a/ui/events/platform/x11/BUILD.gn b/ui/events/platform/x11/BUILD.gn
index 3ed70b92c67d00f8bed576e3f948aed63e8f9967..85eaa5dab57f884237197960401cb54717844c04 100644
--- a/ui/events/platform/x11/BUILD.gn
+++ b/ui/events/platform/x11/BUILD.gn
@@ -10,6 +10,8 @@ component("x11") {
"x11_event_source.h",
"x11_event_source_glib.cc",
"x11_event_source_libevent.cc",
+ "x11_hotplug_event_handler.cc",
+ "x11_hotplug_event_handler.h",
]
defines = [ "EVENTS_IMPLEMENTATION" ]
@@ -19,6 +21,7 @@ component("x11") {
public_deps = [
"//ui/events",
"//ui/events:events_base",
+ "//ui/events/devices",
"//ui/events/platform",
"//ui/gfx/x",
]
« no previous file with comments | « ui/events/ozone/events_ozone.gyp ('k') | ui/events/platform/x11/x11_event_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698