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

Side by Side Diff: ui/keyboard/keyboard.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'input_tools_root_dir': '../../third_party/google_input_tools/src/chrome/os' , 8 'input_tools_root_dir': '../../third_party/google_input_tools/src/chrome/os' ,
9 'inputview_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/resources/inputv iew.js', 9 'inputview_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/resources/inputv iew.js',
10 }, 10 },
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 '../../content/content.gyp:content_browser', 52 '../../content/content.gyp:content_browser',
53 '../../ipc/ipc.gyp:ipc', 53 '../../ipc/ipc.gyp:ipc',
54 '../../skia/skia.gyp:skia', 54 '../../skia/skia.gyp:skia',
55 '../../url/url.gyp:url_lib', 55 '../../url/url.gyp:url_lib',
56 '../aura/aura.gyp:aura', 56 '../aura/aura.gyp:aura',
57 '../base/ime/ui_base_ime.gyp:ui_base_ime', 57 '../base/ime/ui_base_ime.gyp:ui_base_ime',
58 '../base/ui_base.gyp:ui_base', 58 '../base/ui_base.gyp:ui_base',
59 '../compositor/compositor.gyp:compositor', 59 '../compositor/compositor.gyp:compositor',
60 '../events/events.gyp:dom4_keycode_converter', 60 '../events/events.gyp:dom4_keycode_converter',
61 '../events/events.gyp:events', 61 '../events/events.gyp:events',
62 '../events/events.gyp:events_base',
62 '../gfx/gfx.gyp:gfx', 63 '../gfx/gfx.gyp:gfx',
63 '../gfx/gfx.gyp:gfx_geometry', 64 '../gfx/gfx.gyp:gfx_geometry',
64 '../wm/wm.gyp:wm', 65 '../wm/wm.gyp:wm',
65 'keyboard_resources', 66 'keyboard_resources',
66 ], 67 ],
67 'defines': [ 68 'defines': [
68 'KEYBOARD_IMPLEMENTATION', 69 'KEYBOARD_IMPLEMENTATION',
69 ], 70 ],
70 'sources': [ 71 'sources': [
71 'keyboard.cc', 72 'keyboard.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 }], 124 }],
124 ['OS=="win" and win_use_allocator_shim==1', { 125 ['OS=="win" and win_use_allocator_shim==1', {
125 'dependencies': [ 126 'dependencies': [
126 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 127 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
127 ], 128 ],
128 }], 129 }],
129 ], 130 ],
130 }, 131 },
131 ], 132 ],
132 } 133 }
OLDNEW
« no previous file with comments | « ui/keyboard/BUILD.gn ('k') | ui/keyboard/keyboard_util.cc » ('j') | ui/keyboard/keyboard_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698