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

Unified Diff: ui/events/events.gyp

Issue 436213002: athena: Add support for fling-scroll in overview mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test Created 6 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
« no previous file with comments | « athena/wm/window_overview_mode.cc ('k') | ui/events/gestures/fling_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 ec7288a5021f956d768dbc673473b1df452bbca2..b65b33bec9fb696bbb3f141e9336644ed4801f51 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -46,6 +46,8 @@
'events_base_export.h',
'gesture_event_details.cc',
'gesture_event_details.h',
+ 'gestures/fling_curve.cc',
+ 'gestures/fling_curve.h',
'gestures/gesture_configuration.cc',
'gestures/gesture_configuration.h',
'keycodes/keyboard_code_conversion.cc',
@@ -316,6 +318,7 @@
'event_processor_unittest.cc',
'event_rewriter_unittest.cc',
'event_unittest.cc',
+ 'gestures/fling_curve_unittest.cc',
'gestures/motion_event_aura_unittest.cc',
'gestures/velocity_calculator_unittest.cc',
'gesture_detection/bitset_32_unittest.cc',
« no previous file with comments | « athena/wm/window_overview_mode.cc ('k') | ui/events/gestures/fling_curve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698