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

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

Issue 1136503003: Consolidate ui/events/keycodes/dom[34]/ into .../dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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
« no previous file with comments | « ui/keyboard/BUILD.gn ('k') | ui/keyboard/keyboard_util.cc » ('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 (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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 '../../base/base.gyp:base', 50 '../../base/base.gyp:base',
51 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 51 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
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:dom_keycode_converter',
61 '../events/events.gyp:events', 61 '../events/events.gyp:events',
62 '../events/events.gyp:events_base', 62 '../events/events.gyp:events_base',
63 '../gfx/gfx.gyp:gfx', 63 '../gfx/gfx.gyp:gfx',
64 '../gfx/gfx.gyp:gfx_geometry', 64 '../gfx/gfx.gyp:gfx_geometry',
65 '../wm/wm.gyp:wm', 65 '../wm/wm.gyp:wm',
66 'keyboard_resources', 66 'keyboard_resources',
67 ], 67 ],
68 'defines': [ 68 'defines': [
69 'KEYBOARD_IMPLEMENTATION', 69 'KEYBOARD_IMPLEMENTATION',
70 ], 70 ],
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 }], 124 }],
125 ['OS=="win" and win_use_allocator_shim==1', { 125 ['OS=="win" and win_use_allocator_shim==1', {
126 'dependencies': [ 126 'dependencies': [
127 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 127 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
128 ], 128 ],
129 }], 129 }],
130 ], 130 ],
131 }, 131 },
132 ], 132 ],
133 } 133 }
OLDNEW
« no previous file with comments | « ui/keyboard/BUILD.gn ('k') | ui/keyboard/keyboard_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698