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

Side by Side Diff: ui/events/events.gyp

Issue 679633005: Expose native, desktop and mobile gesture detection defaults (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review Created 6 years 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
« no previous file with comments | « ui/events/event.cc ('k') | ui/events/gesture_detection/filtered_gesture_provider.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'sources': [ 310 'sources': [
311 # Note: sources list duplicated in GN build. 311 # Note: sources list duplicated in GN build.
312 'android/scroller_unittest.cc', 312 'android/scroller_unittest.cc',
313 'cocoa/events_mac_unittest.mm', 313 'cocoa/events_mac_unittest.mm',
314 'devices/x11/device_data_manager_x11_unittest.cc', 314 'devices/x11/device_data_manager_x11_unittest.cc',
315 'event_dispatcher_unittest.cc', 315 'event_dispatcher_unittest.cc',
316 'event_processor_unittest.cc', 316 'event_processor_unittest.cc',
317 'event_rewriter_unittest.cc', 317 'event_rewriter_unittest.cc',
318 'event_unittest.cc', 318 'event_unittest.cc',
319 'gesture_detection/bitset_32_unittest.cc', 319 'gesture_detection/bitset_32_unittest.cc',
320 'gesture_detection/filtered_gesture_provider_unittest.cc',
320 'gesture_detection/gesture_event_data_packet_unittest.cc', 321 'gesture_detection/gesture_event_data_packet_unittest.cc',
321 'gesture_detection/gesture_provider_unittest.cc', 322 'gesture_detection/gesture_provider_unittest.cc',
322 'gesture_detection/motion_event_buffer_unittest.cc', 323 'gesture_detection/motion_event_buffer_unittest.cc',
323 'gesture_detection/motion_event_generic_unittest.cc', 324 'gesture_detection/motion_event_generic_unittest.cc',
324 'gesture_detection/snap_scroll_controller_unittest.cc', 325 'gesture_detection/snap_scroll_controller_unittest.cc',
325 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', 326 'gesture_detection/touch_disposition_gesture_filter_unittest.cc',
326 'gesture_detection/velocity_tracker_unittest.cc', 327 'gesture_detection/velocity_tracker_unittest.cc',
327 'gestures/fling_curve_unittest.cc', 328 'gestures/fling_curve_unittest.cc',
328 'gestures/gesture_provider_aura_unittest.cc', 329 'gestures/gesture_provider_aura_unittest.cc',
329 'gestures/motion_event_aura_unittest.cc', 330 'gestures/motion_event_aura_unittest.cc',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'dependencies': [ 417 'dependencies': [
417 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 418 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
418 ], 419 ],
419 }], 420 }],
420 ], 421 ],
421 }, 422 },
422 ], 423 ],
423 }], 424 }],
424 ], 425 ],
425 } 426 }
OLDNEW
« no previous file with comments | « ui/events/event.cc ('k') | ui/events/gesture_detection/filtered_gesture_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698