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

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: 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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 057754837e373c9ee097089a3baa82968ada6146..eb3eb48a4c04bf0e4d7cd8cba6f5ba0a1af6b6b0 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -252,6 +252,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