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

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

Issue 436213002: athena: Add support for fling-scroll in overview mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test 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 | « athena/wm/window_overview_mode.cc ('k') | ui/events/gestures/fling_curve.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 28 matching lines...) Expand all
39 'sources': [ 39 'sources': [
40 # Note: sources list duplicated in GN build. 40 # Note: sources list duplicated in GN build.
41 'device_data_manager.cc', 41 'device_data_manager.cc',
42 'device_data_manager.h', 42 'device_data_manager.h',
43 'event_constants.h', 43 'event_constants.h',
44 'event_switches.cc', 44 'event_switches.cc',
45 'event_switches.h', 45 'event_switches.h',
46 'events_base_export.h', 46 'events_base_export.h',
47 'gesture_event_details.cc', 47 'gesture_event_details.cc',
48 'gesture_event_details.h', 48 'gesture_event_details.h',
49 'gestures/fling_curve.cc',
50 'gestures/fling_curve.h',
49 'gestures/gesture_configuration.cc', 51 'gestures/gesture_configuration.cc',
50 'gestures/gesture_configuration.h', 52 'gestures/gesture_configuration.h',
51 'keycodes/keyboard_code_conversion.cc', 53 'keycodes/keyboard_code_conversion.cc',
52 'keycodes/keyboard_code_conversion.h', 54 'keycodes/keyboard_code_conversion.h',
53 'keycodes/keyboard_code_conversion_android.cc', 55 'keycodes/keyboard_code_conversion_android.cc',
54 'keycodes/keyboard_code_conversion_android.h', 56 'keycodes/keyboard_code_conversion_android.h',
55 'keycodes/keyboard_code_conversion_mac.h', 57 'keycodes/keyboard_code_conversion_mac.h',
56 'keycodes/keyboard_code_conversion_mac.mm', 58 'keycodes/keyboard_code_conversion_mac.mm',
57 'keycodes/keyboard_code_conversion_win.cc', 59 'keycodes/keyboard_code_conversion_win.cc',
58 'keycodes/keyboard_code_conversion_win.h', 60 'keycodes/keyboard_code_conversion_win.h',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'gesture_detection', 311 'gesture_detection',
310 'platform/events_platform.gyp:events_platform', 312 'platform/events_platform.gyp:events_platform',
311 ], 313 ],
312 'sources': [ 314 'sources': [
313 # Note: sources list duplicated in GN build. 315 # Note: sources list duplicated in GN build.
314 'cocoa/events_mac_unittest.mm', 316 'cocoa/events_mac_unittest.mm',
315 'event_dispatcher_unittest.cc', 317 'event_dispatcher_unittest.cc',
316 'event_processor_unittest.cc', 318 'event_processor_unittest.cc',
317 'event_rewriter_unittest.cc', 319 'event_rewriter_unittest.cc',
318 'event_unittest.cc', 320 'event_unittest.cc',
321 'gestures/fling_curve_unittest.cc',
319 'gestures/motion_event_aura_unittest.cc', 322 'gestures/motion_event_aura_unittest.cc',
320 'gestures/velocity_calculator_unittest.cc', 323 'gestures/velocity_calculator_unittest.cc',
321 'gesture_detection/bitset_32_unittest.cc', 324 'gesture_detection/bitset_32_unittest.cc',
322 'gesture_detection/gesture_event_data_packet_unittest.cc', 325 'gesture_detection/gesture_event_data_packet_unittest.cc',
323 'gesture_detection/gesture_provider_unittest.cc', 326 'gesture_detection/gesture_provider_unittest.cc',
324 'gesture_detection/motion_event_buffer_unittest.cc', 327 'gesture_detection/motion_event_buffer_unittest.cc',
325 'gesture_detection/motion_event_generic_unittest.cc', 328 'gesture_detection/motion_event_generic_unittest.cc',
326 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', 329 'gesture_detection/touch_disposition_gesture_filter_unittest.cc',
327 'gesture_detection/velocity_tracker_unittest.cc', 330 'gesture_detection/velocity_tracker_unittest.cc',
328 'keycodes/dom4/keycode_converter_unittest.cc', 331 'keycodes/dom4/keycode_converter_unittest.cc',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 ], 381 ],
379 'variables': { 382 'variables': {
380 'test_suite_name': 'events_unittests', 383 'test_suite_name': 'events_unittests',
381 }, 384 },
382 'includes': [ '../../build/apk_test.gypi' ], 385 'includes': [ '../../build/apk_test.gypi' ],
383 }, 386 },
384 ], 387 ],
385 }], 388 }],
386 ], 389 ],
387 } 390 }
OLDNEW
« no previous file with comments | « athena/wm/window_overview_mode.cc ('k') | ui/events/gestures/fling_curve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698