| Index: ui/events/events.gyp
|
| diff --git a/ui/events/events.gyp b/ui/events/events.gyp
|
| index cb8a7ffdde781e6f0514993dffcb9c74f5ceb020..917dd8b0948c58f75c45849001db0de4adf0852c 100644
|
| --- a/ui/events/events.gyp
|
| +++ b/ui/events/events.gyp
|
| @@ -40,6 +40,7 @@
|
| # Note: sources list duplicated in GN build.
|
| 'device_data_manager.cc',
|
| 'device_data_manager.h',
|
| + 'device_hotplug_event_observer.h',
|
| 'event_constants.h',
|
| 'event_switches.cc',
|
| 'event_switches.h',
|
| @@ -63,10 +64,14 @@
|
| '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',
|
| + 'x/hotplug_event_handler_x11.h',
|
| 'x/keysym_to_unicode.cc',
|
| 'x/keysym_to_unicode.h',
|
| 'x/touch_factory_x11.cc',
|
|
|