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

Unified Diff: content/content_common.gypi

Issue 1560553002: Framelet Prototype 2016 Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased + Applied Brett's Windows + Fixed security issue Created 4 years, 11 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
« no previous file with comments | « content/common/input/web_touch_event_traits.cc ('k') | content/content_tests.gypi » ('j') | 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 f7cfbddaeb59ebf4e11cb1fdff40cfd1499adf69..e0fbf7aa54aed10a9d5ce85e977dd0e259acbbe6 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -83,6 +83,12 @@
'public/common/gpu_memory_stats.h',
'public/common/injection_test_mac.h',
'public/common/injection_test_win.h',
+ 'public/common/input/scoped_web_input_event.cc',
+ 'public/common/input/scoped_web_input_event.h',
+ 'public/common/input/web_input_event_traits.cc',
+ 'public/common/input/web_input_event_traits.h',
+ 'public/common/input/web_touch_event_traits.cc',
+ 'public/common/input/web_touch_event_traits.h',
'public/common/javascript_message_type.h',
'public/common/main_function_params.h',
'public/common/manifest.cc',
@@ -394,8 +400,6 @@
'common/input/input_event_stream_validator.h',
'common/input/input_param_traits.cc',
'common/input/input_param_traits.h',
- 'common/input/scoped_web_input_event.cc',
- 'common/input/scoped_web_input_event.h',
'common/input/synthetic_gesture_packet.cc',
'common/input/synthetic_gesture_packet.h',
'common/input/synthetic_gesture_params.cc',
@@ -412,10 +416,6 @@
'common/input/synthetic_web_input_event_builders.h',
'common/input/touch_event_stream_validator.cc',
'common/input/touch_event_stream_validator.h',
- 'common/input/web_input_event_traits.cc',
- 'common/input/web_input_event_traits.h',
- 'common/input/web_touch_event_traits.cc',
- 'common/input/web_touch_event_traits.h',
'common/input_messages.h',
'common/inter_process_time_ticks_converter.cc',
'common/inter_process_time_ticks_converter.h',
« no previous file with comments | « content/common/input/web_touch_event_traits.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698