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

Unified Diff: content/content_browser.gypi

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
« no previous file with comments | « content/browser/renderer_host/input/web_input_event_builders_android.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 13b7fb6ed44713dfa230b8ad92edb9ea6a8e1f69..a8e1c8c77719d914bdff45c78a3470aaec0b1cc3 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -15,6 +15,7 @@
'../third_party/zlib/zlib.gyp:zlib',
'../ui/accessibility/accessibility.gyp:accessibility',
'../ui/events/events.gyp:events_base',
+ '../ui/events/events.gyp:gesture_detection',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/resources/ui_resources.gyp:ui_resources',
@@ -872,8 +873,8 @@
'browser/renderer_host/image_transport_factory_android.h',
'browser/renderer_host/ime_adapter_android.cc',
'browser/renderer_host/ime_adapter_android.h',
- 'browser/renderer_host/input/gesture_event_packet.cc',
- 'browser/renderer_host/input/gesture_event_packet.h',
+ 'browser/renderer_host/input/content_gesture_provider.cc',
+ 'browser/renderer_host/input/content_gesture_provider.h',
'browser/renderer_host/input/gesture_event_queue.cc',
'browser/renderer_host/input/gesture_event_queue.h',
'browser/renderer_host/input/input_ack_handler.h',
@@ -883,6 +884,8 @@
'browser/renderer_host/input/input_router_impl.h',
'browser/renderer_host/input/motion_event_android.cc',
'browser/renderer_host/input/motion_event_android.h',
+ 'browser/renderer_host/input/motion_event_web.cc',
+ 'browser/renderer_host/input/motion_event_web.h',
'browser/renderer_host/input/synthetic_gesture.cc',
'browser/renderer_host/input/synthetic_gesture.h',
'browser/renderer_host/input/synthetic_gesture_controller.cc',
@@ -909,8 +912,6 @@
'browser/renderer_host/input/touch_event_queue.h',
'browser/renderer_host/input/touch_action_filter.cc',
'browser/renderer_host/input/touch_action_filter.h',
- 'browser/renderer_host/input/touch_disposition_gesture_filter.cc',
- 'browser/renderer_host/input/touch_disposition_gesture_filter.cc',
'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc',
'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
« no previous file with comments | « content/browser/renderer_host/input/web_input_event_builders_android.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698