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

Unified Diff: ui/events/events.gyp

Issue 407313002: Add a MotionEventGeneric implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: vesrion 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
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/gesture_detection/gesture_provider_unittest.cc » ('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 cdedec4ae175611e4afcebc3afca723438d22ad4..14a74e3d072d0c21d520ab164ce4f682873d5013 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -213,7 +213,10 @@
'gesture_detection/gesture_event_data_packet.h',
'gesture_detection/gesture_provider.cc',
'gesture_detection/gesture_provider.h',
+ 'gesture_detection/motion_event.cc',
'gesture_detection/motion_event.h',
+ 'gesture_detection/motion_event_generic.cc',
+ 'gesture_detection/motion_event_generic.h',
'gesture_detection/scale_gesture_detector.cc',
'gesture_detection/scale_gesture_detector.h',
'gesture_detection/snap_scroll_controller.cc',
@@ -285,7 +288,7 @@
],
},
{
- # GN vesrion: //ui/events:events_unittests
+ # GN version: //ui/events:events_unittests
'target_name': 'events_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
@@ -316,6 +319,7 @@
'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',
'keycodes/dom4/keycode_converter_unittest.cc',
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/gesture_detection/gesture_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698