Index: ui/events/platform/x11/x11_events_platform.gyp |
diff --git a/ui/events/platform/x11/x11_events_platform.gyp b/ui/events/platform/x11/x11_events_platform.gyp |
index 0242d05e89f48755ba031d17f2df9e0fb59878ed..b056ab60d20e685defd8c14aaf443319062867f8 100644 |
--- a/ui/events/platform/x11/x11_events_platform.gyp |
+++ b/ui/events/platform/x11/x11_events_platform.gyp |
@@ -16,6 +16,7 @@ |
'dependencies': [ |
'../../../../build/linux/system.gyp:x11', |
'../../../gfx/x/gfx_x11.gyp:gfx_x11', |
+ '../../devices/events_devices.gyp:events_devices', |
'../../events.gyp:events', |
'../../events.gyp:events_base', |
'../events_platform.gyp:events_platform', |
@@ -25,6 +26,8 @@ |
'x11_event_source.h', |
'x11_event_source_glib.cc', |
'x11_event_source_libevent.cc', |
+ 'x11_hotplug_event_handler.cc', |
+ 'x11_hotplug_event_handler.h', |
], |
'conditions': [ |
['use_glib==1', { |