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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 static_library("dom4_keycode_converter") { 7 static_library("dom4_keycode_converter") {
8 sources = [ 8 sources = [
9 "keycodes/dom4/keycode_converter.cc", 9 "keycodes/dom4/keycode_converter.cc",
10 "keycodes/dom4/keycode_converter.h", 10 "keycodes/dom4/keycode_converter.h",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "event_source.h", 101 "event_source.h",
102 "event_target.cc", 102 "event_target.cc",
103 "event_target.h", 103 "event_target.h",
104 "event_target_iterator.h", 104 "event_target_iterator.h",
105 "event_targeter.cc", 105 "event_targeter.cc",
106 "event_targeter.h", 106 "event_targeter.h",
107 "event_utils.cc", 107 "event_utils.cc",
108 "event_utils.h", 108 "event_utils.h",
109 "events_export.h", 109 "events_export.h",
110 "events_stub.cc", 110 "events_stub.cc",
111 "gestures/gesture_point.cc",
112 "gestures/gesture_point.h",
113 "gestures/gesture_recognizer_impl_mac.cc", 111 "gestures/gesture_recognizer_impl_mac.cc",
114 "gestures/gesture_sequence.cc",
115 "gestures/gesture_sequence.h",
116 "gestures/gesture_types.h", 112 "gestures/gesture_types.h",
117 "gestures/unified_gesture_detector_enabled.cc",
118 "gestures/unified_gesture_detector_enabled.h",
119 "gestures/velocity_calculator.cc",
120 "gestures/velocity_calculator.h",
121 "win/events_win.cc", 113 "win/events_win.cc",
122 "x/events_x.cc", 114 "x/events_x.cc",
123 ] 115 ]
124 116
125 if (use_x11) { 117 if (use_x11) {
126 configs += [ 118 configs += [
127 "//build/config/linux:glib", 119 "//build/config/linux:glib",
128 "//build/config/linux:x11", 120 "//build/config/linux:x11",
129 ] 121 ]
130 } else { 122 } else {
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 } 255 }
264 } 256 }
265 257
266 test("events_unittests") { 258 test("events_unittests") {
267 sources = [ 259 sources = [
268 "cocoa/events_mac_unittest.mm", 260 "cocoa/events_mac_unittest.mm",
269 "event_dispatcher_unittest.cc", 261 "event_dispatcher_unittest.cc",
270 "event_processor_unittest.cc", 262 "event_processor_unittest.cc",
271 "event_rewriter_unittest.cc", 263 "event_rewriter_unittest.cc",
272 "event_unittest.cc", 264 "event_unittest.cc",
273 "gestures/velocity_calculator_unittest.cc",
274 "gesture_detection/bitset_32_unittest.cc", 265 "gesture_detection/bitset_32_unittest.cc",
275 "gesture_detection/gesture_event_data_packet_unittest.cc", 266 "gesture_detection/gesture_event_data_packet_unittest.cc",
276 "gesture_detection/gesture_provider_unittest.cc", 267 "gesture_detection/gesture_provider_unittest.cc",
277 "gesture_detection/motion_event_buffer_unittest.cc", 268 "gesture_detection/motion_event_buffer_unittest.cc",
278 "gesture_detection/motion_event_generic_unittest.cc", 269 "gesture_detection/motion_event_generic_unittest.cc",
279 "gesture_detection/touch_disposition_gesture_filter_unittest.cc", 270 "gesture_detection/touch_disposition_gesture_filter_unittest.cc",
280 "gesture_detection/velocity_tracker_unittest.cc", 271 "gesture_detection/velocity_tracker_unittest.cc",
281 "keycodes/dom4/keycode_converter_unittest.cc", 272 "keycodes/dom4/keycode_converter_unittest.cc",
282 "latency_info_unittest.cc", 273 "latency_info_unittest.cc",
283 "platform/platform_event_source_unittest.cc", 274 "platform/platform_event_source_unittest.cc",
(...skipping 29 matching lines...) Expand all
313 "ozone/evdev/touch_event_converter_evdev_unittest.cc", 304 "ozone/evdev/touch_event_converter_evdev_unittest.cc",
314 ] 305 ]
315 } 306 }
316 307
317 if (use_aura) { 308 if (use_aura) {
318 sources += [ 309 sources += [
319 "gestures/gesture_provider_aura_unittest.cc", 310 "gestures/gesture_provider_aura_unittest.cc",
320 ] 311 ]
321 } 312 }
322 } 313 }
OLDNEW
« 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