| Index: ui/events/BUILD.gn
|
| diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
|
| index 7277cb31a4a3d173520d695a7d1a37d726a0da8f..965b9316393ad2a7824a773770f303023da4bff6 100644
|
| --- a/ui/events/BUILD.gn
|
| +++ b/ui/events/BUILD.gn
|
| @@ -29,6 +29,10 @@ component("events_base") {
|
| "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",
|
| @@ -289,6 +293,7 @@ test("events_unittests") {
|
| "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",
|
| ]
|
|
|
|
|