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

Unified Diff: ui/events/events.gyp

Issue 1051593003: Refactors code for WebGestureCurve to ui/events/gestures/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn Created 5 years, 9 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 | « ui/events/BUILD.gn ('k') | ui/events/gestures/blink/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 03b75f25fd24bd62bfd80ec283a84690d478ba03..9e63434b6a129f7baa1fac35334a5b186b499f14 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -200,6 +200,23 @@
],
},
{
+ # GN version: //ui/events/gestures/blink
+ 'target_name': 'gestures_blink',
+ 'type': 'static_library',
sadrul 2015/04/02 15:40:20 Any reason this isn't component?
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../third_party/WebKit/public/blink_headers.gyp:blink_headers',
+ '../gfx/gfx.gyp:gfx_geometry',
+ 'events',
+ 'gesture_detection',
+ ],
+ 'sources': [
+ # Note: sources list duplicated in GN build.
+ 'gestures/blink/web_gesture_curve_impl.cc',
+ 'gestures/blink/web_gesture_curve_impl.h',
+ ],
+ },
+ {
# GN version: //ui/events:gesture_detection
'target_name': 'gesture_detection',
'type': '<(component)',
@@ -330,6 +347,7 @@
'events_base',
'events_test_support',
'gesture_detection',
+ 'gestures_blink',
'platform/events_platform.gyp:events_platform',
],
'sources': [
@@ -350,6 +368,7 @@
'gesture_detection/snap_scroll_controller_unittest.cc',
'gesture_detection/touch_disposition_gesture_filter_unittest.cc',
'gesture_detection/velocity_tracker_unittest.cc',
+ 'gestures/blink/web_gesture_curve_impl_unittest.cc',
'gestures/fling_curve_unittest.cc',
'gestures/gesture_provider_aura_unittest.cc',
'gestures/motion_event_aura_unittest.cc',
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/gestures/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698