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

Unified Diff: ui/events/events.gyp

Issue 181833003: [Android] Out with the Android GR, in with the new unified C++ GR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 10 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/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index e4aa2a90e26b52635eb42110762eaf5dc78cd9b5..c3965e78d9f57928a391a66e9982c97277d76650 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -183,8 +183,10 @@
'gesture_detection/gesture_detection_export.h',
'gesture_detection/gesture_detector.cc',
'gesture_detection/gesture_detector.h',
- 'gesture_detection/gesture_event_params.cc',
- 'gesture_detection/gesture_event_params.h',
+ 'gesture_detection/gesture_event_data.cc',
+ '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_config_helper_aura.cc',
'gesture_detection/gesture_config_helper_android.cc',
@@ -195,6 +197,8 @@
'gesture_detection/scale_gesture_detector.h',
'gesture_detection/snap_scroll_controller.cc',
'gesture_detection/snap_scroll_controller.h',
+ 'gesture_detection/touch_disposition_gesture_filter.cc',
+ 'gesture_detection/touch_disposition_gesture_filter.h',
'gesture_detection/velocity_tracker_state.cc',
'gesture_detection/velocity_tracker_state.h',
'gesture_detection/velocity_tracker.cc',
@@ -271,6 +275,7 @@
'gesture_detection/mock_motion_event.h',
'gesture_detection/mock_motion_event.cc',
'gesture_detection/velocity_tracker_unittest.cc',
+ 'gesture_detection/touch_disposition_gesture_filter_unittest.cc',
'keycodes/dom4/keycode_converter_unittest.cc',
'latency_info_unittest.cc',
'ozone/evdev/key_event_converter_evdev_unittest.cc',
« no previous file with comments | « content/public/common/content_switches.cc ('k') | ui/events/gesture_detection/gesture_config_helper_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698