| Index: ui/events/events.gyp
|
| diff --git a/ui/events/events.gyp b/ui/events/events.gyp
|
| index 40ccca62a7a7a47b9fd6b0ee9b37d15d8027e31d..21dcbbc1c0fab832434a2e3f1c824dde75c93c31 100644
|
| --- a/ui/events/events.gyp
|
| +++ b/ui/events/events.gyp
|
| @@ -51,6 +51,10 @@
|
| 'gestures/fling_curve.h',
|
| 'gestures/gesture_configuration.cc',
|
| 'gestures/gesture_configuration.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',
|
| @@ -325,6 +329,7 @@
|
| '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': [
|
|
|