Chromium Code Reviews| Index: ui/events/events.gyp |
| diff --git a/ui/events/events.gyp b/ui/events/events.gyp |
| index a5dea2cb178e766912b0e31ef85dd71f30baf8ab..c3b5c9deb49a04b88f6918ff5976bcce2ff36c92 100644 |
| --- a/ui/events/events.gyp |
| +++ b/ui/events/events.gyp |
| @@ -40,11 +40,19 @@ |
| # Note: sources list duplicated in GN build. |
| 'android/scroller.cc', |
| 'android/scroller.h', |
| - 'device_data_manager.cc', |
| - 'device_data_manager.h', |
| - 'device_hotplug_event_observer.h', |
| - 'device_util_linux.cc', |
| - 'device_util_linux.h', |
| + 'devices/device_data_manager.cc', |
| + 'devices/device_data_manager.h', |
| + 'devices/device_data_manager_x11.cc', |
| + 'devices/device_data_manager_x11.h', |
| + 'devices/device_hotplug_event_observer.h', |
| + 'devices/device_util_linux.cc', |
| + 'devices/device_util_linux.h', |
| + 'devices/input_device.cc', |
| + 'devices/input_device.h', |
| + 'devices/keyboard_device.cc', |
| + 'devices/keyboard_device.h', |
| + 'devices/touchscreen_device.cc', |
| + 'devices/touchscreen_device.h', |
|
sadrul
2014/10/30 16:20:52
Should 'devices' be a separate component?
dnicoara
2014/10/31 15:17:38
Done.
|
| 'event_constants.h', |
| 'event_switches.cc', |
| 'event_switches.h', |
| @@ -54,10 +62,6 @@ |
| 'gesture_event_details.h', |
| 'gestures/fling_curve.cc', |
| 'gestures/fling_curve.h', |
| - 'input_device.cc', |
| - 'input_device.h', |
| - 'keyboard_device.cc', |
| - 'keyboard_device.h', |
| 'keycodes/keyboard_code_conversion.cc', |
| 'keycodes/keyboard_code_conversion.h', |
| 'keycodes/keyboard_code_conversion_android.cc', |
| @@ -71,10 +75,6 @@ |
| 'keycodes/keyboard_codes.h', |
| 'latency_info.cc', |
| 'latency_info.h', |
| - 'touchscreen_device.cc', |
| - 'touchscreen_device.h', |
| - 'x/device_data_manager_x11.cc', |
| - 'x/device_data_manager_x11.h', |
| 'x/device_list_cache_x.cc', |
| 'x/device_list_cache_x.h', |
| 'x/hotplug_event_handler_x11.cc', |
| @@ -319,6 +319,7 @@ |
| # Note: sources list duplicated in GN build. |
| 'android/scroller_unittest.cc', |
| 'cocoa/events_mac_unittest.mm', |
| + 'devices/device_data_manager_x11_unittest.cc', |
| 'event_dispatcher_unittest.cc', |
| 'event_processor_unittest.cc', |
| 'event_rewriter_unittest.cc', |
| @@ -337,7 +338,6 @@ |
| 'keycodes/dom4/keycode_converter_unittest.cc', |
| 'latency_info_unittest.cc', |
| 'platform/platform_event_source_unittest.cc', |
| - 'x/device_data_manager_x11_unittest.cc', |
| 'x/events_x_unittest.cc', |
| ], |
| 'conditions': [ |