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

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: 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 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 ], 318 ],
319 'sources': [ 319 'sources': [
320 # Note: sources list duplicated in GN build. 320 # Note: sources list duplicated in GN build.
321 'android/scroller_unittest.cc', 321 'android/scroller_unittest.cc',
322 'cocoa/events_mac_unittest.mm', 322 'cocoa/events_mac_unittest.mm',
323 'event_dispatcher_unittest.cc', 323 'event_dispatcher_unittest.cc',
324 'event_processor_unittest.cc', 324 'event_processor_unittest.cc',
325 'event_rewriter_unittest.cc', 325 'event_rewriter_unittest.cc',
326 'event_unittest.cc', 326 'event_unittest.cc',
327 'gesture_detection/bitset_32_unittest.cc', 327 'gesture_detection/bitset_32_unittest.cc',
328 'gesture_detection/filtered_gesture_provider_unittest.cc',
328 'gesture_detection/gesture_event_data_packet_unittest.cc', 329 'gesture_detection/gesture_event_data_packet_unittest.cc',
329 'gesture_detection/gesture_provider_unittest.cc', 330 'gesture_detection/gesture_provider_unittest.cc',
330 'gesture_detection/motion_event_buffer_unittest.cc', 331 'gesture_detection/motion_event_buffer_unittest.cc',
331 'gesture_detection/motion_event_generic_unittest.cc', 332 'gesture_detection/motion_event_generic_unittest.cc',
332 'gesture_detection/snap_scroll_controller_unittest.cc', 333 'gesture_detection/snap_scroll_controller_unittest.cc',
333 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', 334 'gesture_detection/touch_disposition_gesture_filter_unittest.cc',
334 'gesture_detection/velocity_tracker_unittest.cc', 335 'gesture_detection/velocity_tracker_unittest.cc',
335 'gestures/fling_curve_unittest.cc', 336 'gestures/fling_curve_unittest.cc',
336 'gestures/gesture_provider_aura_unittest.cc', 337 'gestures/gesture_provider_aura_unittest.cc',
337 'gestures/motion_event_aura_unittest.cc', 338 'gestures/motion_event_aura_unittest.cc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 ], 396 ],
396 'variables': { 397 'variables': {
397 'test_suite_name': 'events_unittests', 398 'test_suite_name': 'events_unittests',
398 }, 399 },
399 'includes': [ '../../build/apk_test.gypi' ], 400 'includes': [ '../../build/apk_test.gypi' ],
400 }, 401 },
401 ], 402 ],
402 }], 403 }],
403 ], 404 ],
404 } 405 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698