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

Unified Diff: ui/events/events.gyp

Issue 617423002: Make GestureTextSelector detect its own gestures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sort gyp/gn 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
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/gesture_detection/gesture_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 615d2b484ca135393797eb8eb57810720c88ed0a..40ccca62a7a7a47b9fd6b0ee9b37d15d8027e31d 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -211,6 +211,8 @@
'gesture_detection/gesture_event_data.h',
'gesture_detection/gesture_event_data_packet.cc',
'gesture_detection/gesture_event_data_packet.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',
@@ -223,6 +225,8 @@
'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',
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/gesture_detection/gesture_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698