OLD | NEW |
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 'keyboard_mojom_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/webui/keybo
ard.mojom.js', | 8 'keyboard_mojom_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/webui/keybo
ard.mojom.js', |
9 }, | 9 }, |
10 'targets': [ | 10 'targets': [ |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 ], | 47 ], |
48 }, | 48 }, |
49 { | 49 { |
50 # GN version: //ui/keyboard | 50 # GN version: //ui/keyboard |
51 'target_name': 'keyboard', | 51 'target_name': 'keyboard', |
52 'type': '<(component)', | 52 'type': '<(component)', |
53 'dependencies': [ | 53 'dependencies': [ |
54 '../../base/base.gyp:base', | 54 '../../base/base.gyp:base', |
55 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 55 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
56 '../../content/content.gyp:content_browser', | 56 '../../content/content.gyp:content_browser', |
57 '../../content/content_resources.gyp:content_resources', | |
58 '../../ipc/ipc.gyp:ipc', | 57 '../../ipc/ipc.gyp:ipc', |
59 '../../mojo/mojo_base.gyp:mojo_cpp_bindings', | 58 '../../mojo/mojo_base.gyp:mojo_cpp_bindings', |
60 '../../mojo/mojo_base.gyp:mojo_environment_chromium', | 59 '../../mojo/mojo_base.gyp:mojo_environment_chromium', |
61 '../../mojo/mojo_base.gyp:mojo_js_bindings', | 60 '../../mojo/mojo_base.gyp:mojo_js_bindings', |
62 '../../mojo/mojo_base.gyp:mojo_system_impl', | 61 '../../mojo/mojo_base.gyp:mojo_system_impl', |
63 '../../skia/skia.gyp:skia', | 62 '../../skia/skia.gyp:skia', |
64 '../../url/url.gyp:url_lib', | 63 '../../url/url.gyp:url_lib', |
65 '../aura/aura.gyp:aura', | 64 '../aura/aura.gyp:aura', |
66 '../base/ui_base.gyp:ui_base', | 65 '../base/ui_base.gyp:ui_base', |
67 '../compositor/compositor.gyp:compositor', | 66 '../compositor/compositor.gyp:compositor', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 }], | 134 }], |
136 ['OS=="win" and win_use_allocator_shim==1', { | 135 ['OS=="win" and win_use_allocator_shim==1', { |
137 'dependencies': [ | 136 'dependencies': [ |
138 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 137 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
139 ], | 138 ], |
140 }], | 139 }], |
141 ], | 140 ], |
142 }, | 141 }, |
143 ], | 142 ], |
144 } | 143 } |
OLD | NEW |