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

Unified Diff: ui/events/BUILD.gn

Issue 458363002: Remove old Aura Gesture Detection Pipeline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address sadrul's comment, and rebase. Created 6 years, 4 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 | « content/browser/renderer_host/input/web_input_event_util.cc ('k') | ui/events/event_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 7948ad4b59e9e6197c872e8695c8b89ba18ca3d7..21981fd65a43cb2df9d63b9bdd438cf5fded36e0 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -108,16 +108,8 @@ component("events") {
"event_utils.h",
"events_export.h",
"events_stub.cc",
- "gestures/gesture_point.cc",
- "gestures/gesture_point.h",
"gestures/gesture_recognizer_impl_mac.cc",
- "gestures/gesture_sequence.cc",
- "gestures/gesture_sequence.h",
"gestures/gesture_types.h",
- "gestures/unified_gesture_detector_enabled.cc",
- "gestures/unified_gesture_detector_enabled.h",
- "gestures/velocity_calculator.cc",
- "gestures/velocity_calculator.h",
"win/events_win.cc",
"x/events_x.cc",
]
@@ -270,7 +262,6 @@ test("events_unittests") {
"event_processor_unittest.cc",
"event_rewriter_unittest.cc",
"event_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",
« no previous file with comments | « content/browser/renderer_host/input/web_input_event_util.cc ('k') | ui/events/event_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698