Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / events / platform / x11 / x11_events_platform.gyp
index 0242d05..b056ab6 100644 (file)
@@ -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', {