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

Unified Diff: ui/events/events.gyp

Issue 1415953004: Move content/renderer input handling for web input events to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move code to ui Created 5 years, 1 month 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: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 8a15401e556020bfe99b895095cc0f9434890b19..bf0366039256f4dae86ef1b01062e4f8d72245ed 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -215,6 +215,7 @@
'target_name': 'blink',
'type': 'static_library',
'dependencies': [
+ '../../cc/cc.gyp:cc',
'../../third_party/WebKit/public/blink_headers.gyp:blink_headers',
'../gfx/gfx.gyp:gfx_geometry',
'events',
@@ -224,6 +225,12 @@
# Note: sources list duplicated in GN build.
'blink/blink_event_util.cc',
'blink/blink_event_util.h',
+ 'blink/input_handler_proxy_client.h',
+ 'blink/input_handler_proxy.cc',
+ 'blink/input_handler_proxy.h',
+ 'blink/input_scroll_elasticity_controller.cc',
+ 'blink/input_scroll_elasticity_controller.h',
+ 'blink/synchronous_input_handler_proxy.h',
],
},
{
@@ -399,6 +406,7 @@
'../gfx/gfx.gyp:gfx_geometry',
'../gfx/gfx.gyp:gfx_test_support',
'devices/events_devices.gyp:events_devices',
+ 'blink',
'dom_keycode_converter',
'events',
'events_base',
@@ -411,6 +419,8 @@
'sources': [
# Note: sources list duplicated in GN build.
'android/scroller_unittest.cc',
+ 'blink/input_handler_proxy_unittest.cc',
+ 'blink/input_scroll_elasticity_controller_unittest.cc',
'cocoa/events_mac_unittest.mm',
'devices/x11/device_data_manager_x11_unittest.cc',
'event_dispatcher_unittest.cc',
« ui/events/blink/input_handler_proxy.cc ('K') | « ui/events/blink/synchronous_input_handler_proxy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698