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

Unified Diff: ui/events/events.gyp

Issue 393953012: Eager Gesture Recognition on Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 5 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
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 14a74e3d072d0c21d520ab164ce4f682873d5013..3f6d28d397e5e853ffc2d94fd0879135a5f199d8 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -314,14 +314,15 @@
'event_processor_unittest.cc',
'event_rewriter_unittest.cc',
'event_unittest.cc',
- 'gestures/motion_event_aura_unittest.cc',
- 'gestures/velocity_calculator_unittest.cc',
'gesture_detection/bitset_32_unittest.cc',
'gesture_detection/gesture_event_data_packet_unittest.cc',
'gesture_detection/gesture_provider_unittest.cc',
'gesture_detection/motion_event_generic_unittest.cc',
- 'gesture_detection/velocity_tracker_unittest.cc',
'gesture_detection/touch_disposition_gesture_filter_unittest.cc',
+ 'gesture_detection/velocity_tracker_unittest.cc',
+ 'gestures/gesture_provider_aura_unittest.cc',
+ 'gestures/motion_event_aura_unittest.cc',
+ 'gestures/velocity_calculator_unittest.cc',
'keycodes/dom4/keycode_converter_unittest.cc',
'latency_info_unittest.cc',
'platform/platform_event_source_unittest.cc',
@@ -340,6 +341,7 @@
}],
['use_aura==0', {
'sources!': [
+ 'gestures/gesture_provider_aura_unittest.cc',
'gestures/motion_event_aura_unittest.cc',
'gestures/velocity_calculator_unittest.cc',
],

Powered by Google App Engine
This is Rietveld 408576698