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

Unified Diff: content/content_common.gypi

Issue 19624005: Add InputEvent and EventPacket types for batched input delivery (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« content/common/input/input_event.h ('K') | « content/common/input_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 42a345b5986fa6e497c468021cea9e50bf34e8d5..02ada32f9a5196e1776e4ed2dd1f7798ac2549e4 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -251,6 +251,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',
« content/common/input/input_event.h ('K') | « content/common/input_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698