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

Unified Diff: ui/events/events.gyp

Issue 634373003: Consolidate content fling implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win build Created 6 years, 2 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/android/scroller_unittest.cc ('k') | ui/events/gesture_curve.h » ('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 40ccca62a7a7a47b9fd6b0ee9b37d15d8027e31d..8af08c53c7d38c6d0ef2bc407717c7a4ff7abfbd 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -38,6 +38,8 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'android/scroller.cc',
+ 'android/scroller.h',
'device_data_manager.cc',
'device_data_manager.h',
'device_hotplug_event_observer.h',
@@ -45,6 +47,7 @@
'event_switches.cc',
'event_switches.h',
'events_base_export.h',
+ 'gesture_curve.h',
'gesture_event_details.cc',
'gesture_event_details.h',
'gestures/fling_curve.cc',
@@ -307,6 +310,7 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'android/scroller_unittest.cc',
'cocoa/events_mac_unittest.mm',
'event_dispatcher_unittest.cc',
'event_processor_unittest.cc',
« no previous file with comments | « ui/events/android/scroller_unittest.cc ('k') | ui/events/gesture_curve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698