| Index: ui/events/BUILD.gn
|
| diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
|
| index 3b900e831b3821e069fc20df9d714c5ad4170726..a80e36788733e67806cfd1f8c3d4285c788c2e5b 100644
|
| --- a/ui/events/BUILD.gn
|
| +++ b/ui/events/BUILD.gn
|
| @@ -194,7 +194,10 @@ component("gesture_detection") {
|
| "gesture_detection/gesture_config_helper.h",
|
| "gesture_detection/gesture_provider.cc",
|
| "gesture_detection/gesture_provider.h",
|
| + "gesture_detection/motion_event.cc",
|
| "gesture_detection/motion_event.h",
|
| + "gesture_detection/motion_event_generic.cc",
|
| + "gesture_detection/motion_event_generic.h",
|
| "gesture_detection/scale_gesture_detector.cc",
|
| "gesture_detection/scale_gesture_detector.h",
|
| "gesture_detection/snap_scroll_controller.cc",
|
| @@ -279,6 +282,7 @@ test("events_unittests") {
|
| "gesture_detection/bitset_32_unittest.cc",
|
| "gesture_detection/gesture_event_data_packet_unittest.cc",
|
| "gesture_detection/gesture_provider_unittest.cc",
|
| + "gesture_detection/motion_event_generic_unittest.cc",
|
| "gesture_detection/velocity_tracker_unittest.cc",
|
| "gesture_detection/touch_disposition_gesture_filter_unittest.cc",
|
| "keycodes/dom4/keycode_converter_unittest.cc",
|
|
|