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

Unified Diff: content/content_browser.gypi

Issue 26664002: SyntheticGestureTarget implementation for injecting synthetic input events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 38e92d6316d7f8f090b6c1302ce14ed24f8eee8d..22955d95996ee60347a460111e71184a5240ba3b 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -833,6 +833,8 @@
'browser/renderer_host/input/input_ack_handler.h',
'browser/renderer_host/input/input_router.h',
'browser/renderer_host/input/input_router_client.h',
+ 'browser/renderer_host/input/touch_scroll_smooth_gesture.cc',
+ 'browser/renderer_host/input/touch_scroll_smooth_gesture.h',
Dominik Grewe 2013/10/10 14:01:45 nit: Keep alphabetic order. Move below 'touch_even
kouhei (in TOK) 2013/10/15 02:10:02 Done.
'browser/renderer_host/input/tap_suppression_controller.cc',
'browser/renderer_host/input/tap_suppression_controller.h',
'browser/renderer_host/input/tap_suppression_controller_client.h',
@@ -1024,6 +1026,8 @@
'browser/renderer_host/synthetic_gesture_calculator.h',
'browser/renderer_host/synthetic_gesture_controller.cc',
'browser/renderer_host/synthetic_gesture_controller.h',
+ 'browser/renderer_host/synthetic_touch_event_android.cc',
+ 'browser/renderer_host/synthetic_touch_event_android.h',
Dominik Grewe 2013/10/10 14:01:45 nit: Same here. Actually all the synthetic_* files
kouhei (in TOK) 2013/10/15 02:10:02 Done.
'browser/renderer_host/socket_stream_dispatcher_host.cc',
'browser/renderer_host/socket_stream_dispatcher_host.h',
'browser/renderer_host/socket_stream_host.cc',

Powered by Google App Engine
This is Rietveld 408576698