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

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: Minor naming fixes, comments. Created 8 years, 11 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') | ui/aura/gestures/gesture_point.cc » ('J')
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 ecfd1bf38fb14523f8230e6401a1f0f957a22c87..0e6e8a3466c83c6ad8424d0bd060c7e9e5ea3e2e 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -51,6 +51,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',
'root_window_host.h',
@@ -155,6 +157,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') | ui/aura/gestures/gesture_point.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698