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

Side by Side Diff: ui/events/BUILD.gn

Issue 679633005: Expose native, desktop and mobile gesture detection defaults (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use explicit result Created 6 years, 1 month 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
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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 285
286 test("events_unittests") { 286 test("events_unittests") {
287 sources = [ 287 sources = [
288 "android/scroller_unittest.cc", 288 "android/scroller_unittest.cc",
289 "cocoa/events_mac_unittest.mm", 289 "cocoa/events_mac_unittest.mm",
290 "event_dispatcher_unittest.cc", 290 "event_dispatcher_unittest.cc",
291 "event_processor_unittest.cc", 291 "event_processor_unittest.cc",
292 "event_rewriter_unittest.cc", 292 "event_rewriter_unittest.cc",
293 "event_unittest.cc", 293 "event_unittest.cc",
294 "gesture_detection/bitset_32_unittest.cc", 294 "gesture_detection/bitset_32_unittest.cc",
295 "gesture_detection/filtered_gesture_provider_unittest.cc",
295 "gesture_detection/gesture_event_data_packet_unittest.cc", 296 "gesture_detection/gesture_event_data_packet_unittest.cc",
296 "gesture_detection/gesture_provider_unittest.cc", 297 "gesture_detection/gesture_provider_unittest.cc",
297 "gesture_detection/motion_event_buffer_unittest.cc", 298 "gesture_detection/motion_event_buffer_unittest.cc",
298 "gesture_detection/motion_event_generic_unittest.cc", 299 "gesture_detection/motion_event_generic_unittest.cc",
299 "gesture_detection/snap_scroll_controller_unittest.cc", 300 "gesture_detection/snap_scroll_controller_unittest.cc",
300 "gesture_detection/touch_disposition_gesture_filter_unittest.cc", 301 "gesture_detection/touch_disposition_gesture_filter_unittest.cc",
301 "gesture_detection/velocity_tracker_unittest.cc", 302 "gesture_detection/velocity_tracker_unittest.cc",
302 "gestures/fling_curve_unittest.cc", 303 "gestures/fling_curve_unittest.cc",
303 "keycodes/dom4/keycode_converter_unittest.cc", 304 "keycodes/dom4/keycode_converter_unittest.cc",
304 "latency_info_unittest.cc", 305 "latency_info_unittest.cc",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 "ozone/evdev/touch_event_converter_evdev_unittest.cc", 338 "ozone/evdev/touch_event_converter_evdev_unittest.cc",
338 ] 339 ]
339 } 340 }
340 341
341 if (use_aura) { 342 if (use_aura) {
342 sources += [ 343 sources += [
343 "gestures/gesture_provider_aura_unittest.cc", 344 "gestures/gesture_provider_aura_unittest.cc",
344 ] 345 ]
345 } 346 }
346 } 347 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698