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

Unified Diff: ui/events/BUILD.gn

Issue 1061733002: Remove windows/mac/ios specific code from //ui (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix default try set Created 5 years, 9 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/display/util/x11/DEPS ('k') | ui/events/DEPS » ('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 41cd757520df1f6dcd24145d851ae2044c26253c..edb3c2260e129f63fbc1f6cd6c67c8e63387ddaf 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -37,8 +37,6 @@ component("events_base") {
"keycodes/keyboard_code_conversion.h",
"keycodes/keyboard_code_conversion_android.cc",
"keycodes/keyboard_code_conversion_android.h",
- "keycodes/keyboard_code_conversion_mac.h",
- "keycodes/keyboard_code_conversion_mac.mm",
"keycodes/keyboard_codes.h",
"latency_info.cc",
"latency_info.h",
@@ -87,7 +85,6 @@ component("events") {
"gestures/gesture_recognizer.h",
"gestures/gesture_recognizer_impl.cc",
"gestures/gesture_recognizer_impl.h",
- "gestures/gesture_recognizer_impl_mac.cc",
"gestures/gesture_types.h",
"gestures/motion_event_impl.cc",
"gestures/motion_event_impl.h",
@@ -114,6 +111,7 @@ component("gesture_detection") {
"gesture_detection/filtered_gesture_provider.cc",
"gesture_detection/filtered_gesture_provider.h",
"gesture_detection/gesture_config_helper.h",
+ "gesture_detection/gesture_config_helper_aura.cc",
"gesture_detection/gesture_detection_export.h",
"gesture_detection/gesture_detector.cc",
"gesture_detection/gesture_detector.h",
@@ -141,11 +139,10 @@ component("gesture_detection") {
"gesture_detection/snap_scroll_controller.h",
"gesture_detection/touch_disposition_gesture_filter.cc",
"gesture_detection/touch_disposition_gesture_filter.h",
- "gesture_detection/velocity_tracker_state.cc",
- "gesture_detection/velocity_tracker_state.h",
"gesture_detection/velocity_tracker.cc",
"gesture_detection/velocity_tracker.h",
- "gesture_detection/gesture_config_helper_aura.cc",
+ "gesture_detection/velocity_tracker_state.cc",
+ "gesture_detection/velocity_tracker_state.h",
]
deps = [
@@ -212,8 +209,8 @@ test("events_unittests") {
"gestures/gesture_provider_impl_unittest.cc",
"keycodes/dom4/keycode_converter_unittest.cc",
"latency_info_unittest.cc",
- "platform/platform_event_source_unittest.cc",
"platform/platform_event_builder_x_unittest.cc",
+ "platform/platform_event_source_unittest.cc",
"platform/x11/platform_event_utils_x_unittest.cc",
]
« no previous file with comments | « ui/display/util/x11/DEPS ('k') | ui/events/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698