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

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

Issue 841263005: Use DOM- rather than Windows-based key code for non-layout cases. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments (sadrul) Created 5 years, 8 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
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'android/scroller.h', 45 'android/scroller.h',
46 'event_constants.h', 46 'event_constants.h',
47 'event_switches.cc', 47 'event_switches.cc',
48 'event_switches.h', 48 'event_switches.h',
49 'events_base_export.h', 49 'events_base_export.h',
50 'gesture_curve.h', 50 'gesture_curve.h',
51 'gesture_event_details.cc', 51 'gesture_event_details.cc',
52 'gesture_event_details.h', 52 'gesture_event_details.h',
53 'gestures/fling_curve.cc', 53 'gestures/fling_curve.cc',
54 'gestures/fling_curve.h', 54 'gestures/fling_curve.h',
55 'keycodes/dom_us_layout_data.h',
55 'keycodes/keyboard_code_conversion.cc', 56 'keycodes/keyboard_code_conversion.cc',
56 'keycodes/keyboard_code_conversion.h', 57 'keycodes/keyboard_code_conversion.h',
57 'keycodes/keyboard_code_conversion_android.cc', 58 'keycodes/keyboard_code_conversion_android.cc',
58 'keycodes/keyboard_code_conversion_android.h', 59 'keycodes/keyboard_code_conversion_android.h',
59 'keycodes/keyboard_code_conversion_mac.h', 60 'keycodes/keyboard_code_conversion_mac.h',
60 'keycodes/keyboard_code_conversion_mac.mm', 61 'keycodes/keyboard_code_conversion_mac.mm',
61 'keycodes/keyboard_code_conversion_win.cc', 62 'keycodes/keyboard_code_conversion_win.cc',
62 'keycodes/keyboard_code_conversion_win.h', 63 'keycodes/keyboard_code_conversion_win.h',
63 'keycodes/keyboard_code_conversion_x.cc', 64 'keycodes/keyboard_code_conversion_x.cc',
64 'keycodes/keyboard_code_conversion_x.h', 65 'keycodes/keyboard_code_conversion_x.h',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'gesture_detection/motion_event_buffer_unittest.cc', 367 'gesture_detection/motion_event_buffer_unittest.cc',
367 'gesture_detection/motion_event_generic_unittest.cc', 368 'gesture_detection/motion_event_generic_unittest.cc',
368 'gesture_detection/snap_scroll_controller_unittest.cc', 369 'gesture_detection/snap_scroll_controller_unittest.cc',
369 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', 370 'gesture_detection/touch_disposition_gesture_filter_unittest.cc',
370 'gesture_detection/velocity_tracker_unittest.cc', 371 'gesture_detection/velocity_tracker_unittest.cc',
371 'gestures/blink/web_gesture_curve_impl_unittest.cc', 372 'gestures/blink/web_gesture_curve_impl_unittest.cc',
372 'gestures/fling_curve_unittest.cc', 373 'gestures/fling_curve_unittest.cc',
373 'gestures/gesture_provider_aura_unittest.cc', 374 'gestures/gesture_provider_aura_unittest.cc',
374 'gestures/motion_event_aura_unittest.cc', 375 'gestures/motion_event_aura_unittest.cc',
375 'keycodes/dom4/keycode_converter_unittest.cc', 376 'keycodes/dom4/keycode_converter_unittest.cc',
377 'keycodes/keyboard_code_conversion_unittest.cc',
376 'latency_info_unittest.cc', 378 'latency_info_unittest.cc',
377 'platform/platform_event_source_unittest.cc', 379 'platform/platform_event_source_unittest.cc',
378 'x/events_x_unittest.cc', 380 'x/events_x_unittest.cc',
379 ], 381 ],
380 'include_dirs': [ 382 'include_dirs': [
381 '../../testing/gmock/include', 383 '../../testing/gmock/include',
382 ], 384 ],
383 'conditions': [ 385 'conditions': [
384 ['use_x11==1', { 386 ['use_x11==1', {
385 'dependencies': [ 387 'dependencies': [
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 'dependencies': [ 473 'dependencies': [
472 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 474 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
473 ], 475 ],
474 }], 476 }],
475 ], 477 ],
476 }, 478 },
477 ], 479 ],
478 }], 480 }],
479 ], 481 ],
480 } 482 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698