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

Unified Diff: content/content_browser.gypi

Issue 20356003: Provided batched input delivery with a BufferedInputRouter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review Created 7 years, 4 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 da6449c76d031428fce3a9d567e6c64a1b6ad514..baa3321c989411886068ea02fea9659426896f31 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -808,10 +808,17 @@
'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/buffered_input_router.cc',
+ 'browser/renderer_host/input/buffered_input_router.h',
'browser/renderer_host/input/gesture_event_filter.cc',
'browser/renderer_host/input/gesture_event_filter.h',
'browser/renderer_host/input/immediate_input_router.cc',
'browser/renderer_host/input/immediate_input_router.h',
+ 'browser/renderer_host/input/input_ack_handler.h',
+ 'browser/renderer_host/input/input_ack_observer.h',
+ 'browser/renderer_host/input/input_queue.cc',
+ 'browser/renderer_host/input/input_queue.h',
+ 'browser/renderer_host/input/input_queue_client.h',
'browser/renderer_host/input/input_router.h',
'browser/renderer_host/input/input_router_client.h',
'browser/renderer_host/input/tap_suppression_controller.cc',

Powered by Google App Engine
This is Rietveld 408576698