| Index: ui/events/BUILD.gn
|
| diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
|
| index c72d125d579d376c307c799a4d462cf4a4019adb..7277cb31a4a3d173520d695a7d1a37d726a0da8f 100644
|
| --- a/ui/events/BUILD.gn
|
| +++ b/ui/events/BUILD.gn
|
| @@ -171,6 +171,7 @@ component("gesture_detection") {
|
| "gesture_detection/bitset_32.h",
|
| "gesture_detection/filtered_gesture_provider.cc",
|
| "gesture_detection/filtered_gesture_provider.h",
|
| + "gesture_detection/gesture_config_helper.h",
|
| "gesture_detection/gesture_detection_export.h",
|
| "gesture_detection/gesture_detector.cc",
|
| "gesture_detection/gesture_detector.h",
|
| @@ -178,7 +179,8 @@ component("gesture_detection") {
|
| "gesture_detection/gesture_event_data.h",
|
| "gesture_detection/gesture_event_data_packet.cc",
|
| "gesture_detection/gesture_event_data_packet.h",
|
| - "gesture_detection/gesture_config_helper.h",
|
| + "gesture_detection/gesture_listeners.cc",
|
| + "gesture_detection/gesture_listeners.h",
|
| "gesture_detection/gesture_provider.cc",
|
| "gesture_detection/gesture_provider.h",
|
| "gesture_detection/gesture_touch_uma_histogram.cc",
|
| @@ -191,6 +193,8 @@ component("gesture_detection") {
|
| "gesture_detection/motion_event_generic.h",
|
| "gesture_detection/scale_gesture_detector.cc",
|
| "gesture_detection/scale_gesture_detector.h",
|
| + "gesture_detection/scale_gesture_listeners.cc",
|
| + "gesture_detection/scale_gesture_listeners.h",
|
| "gesture_detection/snap_scroll_controller.cc",
|
| "gesture_detection/snap_scroll_controller.h",
|
| "gesture_detection/touch_disposition_gesture_filter.cc",
|
|
|