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

Unified Diff: ui/events/BUILD.gn

Issue 407313002: Add a MotionEventGeneric implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index acfc671f168ab12531e05ba4a8377ba96ad45f11..c5ea80c319bd03803d0e99c4065390829ab928fa 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -194,7 +194,10 @@ component("gesture_detection") {
"gesture_detection/gesture_config_helper.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",
@@ -278,6 +281,7 @@ test("events_unittests") {
"gestures/velocity_calculator_unittest.cc",
"gesture_detection/bitset_32_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",

Powered by Google App Engine
This is Rietveld 408576698