| 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',
|
|
|