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

Unified Diff: content/content_common.gypi

Issue 20356003: Provided batched input delivery with a BufferedInputRouter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: BufferedInputRouter unit tests 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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index f7413b5758871e70f30de9d093fc82cbfb791b74..8a1db9fbdfd7a494712d72e8f34e50eadf8f1651 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -253,6 +253,14 @@
'common/indexed_db/indexed_db_param_traits.cc',
'common/indexed_db/indexed_db_param_traits.h',
'common/input_messages.h',
+ 'common/input/event_packet.cc',
+ 'common/input/event_packet.h',
+ 'common/input/input_event.cc',
+ 'common/input/input_event.h',
+ 'common/input/input_event_state.h',
+ 'common/input/input_event_type.h',
+ 'common/input/input_event_utils.h',
+ 'common/input/input_event_utils.cc',
'common/inter_process_time_ticks_converter.cc',
'common/inter_process_time_ticks_converter.h',
'common/java_bridge_messages.h',

Powered by Google App Engine
This is Rietveld 408576698