Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: ui/events/BUILD.gn

Issue 617423002: Make GestureTextSelector detect its own gestures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win builds Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index c72d125d579d376c307c799a4d462cf4a4019adb..fc98085008bc1eeb1992c475f4657ee823447608 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -174,6 +174,8 @@ component("gesture_detection") {
"gesture_detection/gesture_detection_export.h",
"gesture_detection/gesture_detector.cc",
"gesture_detection/gesture_detector.h",
+ "gesture_detection/gesture_listeners.cc",
+ "gesture_detection/gesture_listeners.h",
"gesture_detection/gesture_event_data.cc",
"gesture_detection/gesture_event_data.h",
"gesture_detection/gesture_event_data_packet.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",

Powered by Google App Engine
This is Rietveld 408576698