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

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

Issue 1585193002: Build key map DomCodeToKey() for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned API, added unittest Created 4 years, 11 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'gesture_detection/snap_scroll_controller_unittest.cc', 50 'gesture_detection/snap_scroll_controller_unittest.cc',
51 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', 51 'gesture_detection/touch_disposition_gesture_filter_unittest.cc',
52 'gesture_detection/velocity_tracker_unittest.cc', 52 'gesture_detection/velocity_tracker_unittest.cc',
53 'gestures/blink/web_gesture_curve_impl_unittest.cc', 53 'gestures/blink/web_gesture_curve_impl_unittest.cc',
54 'gestures/fling_curve_unittest.cc', 54 'gestures/fling_curve_unittest.cc',
55 'gestures/gesture_provider_aura_unittest.cc', 55 'gestures/gesture_provider_aura_unittest.cc',
56 'gestures/motion_event_aura_unittest.cc', 56 'gestures/motion_event_aura_unittest.cc',
57 'ipc/latency_info_param_traits_unittest.cc', 57 'ipc/latency_info_param_traits_unittest.cc',
58 'keycodes/dom/keycode_converter_unittest.cc', 58 'keycodes/dom/keycode_converter_unittest.cc',
59 'keycodes/keyboard_code_conversion_unittest.cc', 59 'keycodes/keyboard_code_conversion_unittest.cc',
60 'keycodes/keyboard_lookup_win_unittest.cc',
60 'latency_info_unittest.cc', 61 'latency_info_unittest.cc',
61 'platform/platform_event_source_unittest.cc', 62 'platform/platform_event_source_unittest.cc',
62 'scoped_target_handler_unittest.cc', 63 'scoped_target_handler_unittest.cc',
63 'x/events_x_unittest.cc', 64 'x/events_x_unittest.cc',
64 ], 65 ],
65 'include_dirs': [ 66 'include_dirs': [
66 '../../testing/gmock/include', 67 '../../testing/gmock/include',
67 ], 68 ],
68 'conditions': [ 69 'conditions': [
69 ['use_x11==1', { 70 ['use_x11==1', {
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 ['use_x11 == 1', { 188 ['use_x11 == 1', {
188 'dependencies': [ 189 'dependencies': [
189 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 190 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
190 ], 191 ],
191 }], 192 }],
192 ], 193 ],
193 }, 194 },
194 ], 195 ],
195 }], 196 }],
196 ], 197 ],
197 } 198 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698