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

Unified Diff: ui/aura/aura.gyp

Issue 9310031: Event smoothing in CrOS gesture recognizer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixes for clang chromium-style-check. Created 8 years, 10 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 | « no previous file | ui/aura/gestures/gesture_point.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index 8c4bc996d884ab369c7606a073d1fd17c9607785..acd5f8dc1fb1010aab9694d0feedd2f64c55ccc6 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -62,6 +62,8 @@
'gestures/gesture_recognizer_aura.h',
'gestures/gesture_point.cc',
'gestures/gesture_point.h',
+ 'gestures/velocity_calculator.cc',
+ 'gestures/velocity_calculator.h',
'gestures/gesture_sequence.cc',
'gestures/gesture_sequence.h',
'layout_manager.cc',
@@ -160,6 +162,7 @@
],
'sources': [
'gestures/gesture_recognizer_unittest.cc',
+ 'gestures/velocity_calculator_unittest.cc',
'test/run_all_unittests.cc',
'test/test_suite.cc',
'test/test_suite.h',
« no previous file with comments | « no previous file | ui/aura/gestures/gesture_point.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698