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 '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 }, |
11 'targets': [ | 11 'targets': [ |
12 { | 12 { |
13 # GN version: //ui/keyboard:resources | 13 # GN version: //ui/keyboard:resources |
14 'target_name': 'keyboard_resources', | 14 'target_name': 'keyboard_resources', |
15 'dependencies': [ | 15 'dependencies': [ |
16 '../../third_party/google_input_tools/inputview.gyp:inputview', | 16 '../../third_party/google_input_tools/inputview.gyp:inputview', |
17 ], | 17 ], |
18 'type': 'none', | 18 'type': 'none', |
19 'variables': { | 19 'variables': { |
20 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard', | 20 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard', |
21 }, | 21 }, |
(...skipping 22 matching lines...) Expand all Loading... |
44 }, | 44 }, |
45 { | 45 { |
46 # GN version: //ui/keyboard | 46 # GN version: //ui/keyboard |
47 'target_name': 'keyboard', | 47 'target_name': 'keyboard', |
48 'type': '<(component)', | 48 'type': '<(component)', |
49 'dependencies': [ | 49 'dependencies': [ |
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 '../../media/media.gyp:media', |
54 '../../skia/skia.gyp:skia', | 55 '../../skia/skia.gyp:skia', |
55 '../../url/url.gyp:url_lib', | 56 '../../url/url.gyp:url_lib', |
56 '../aura/aura.gyp:aura', | 57 '../aura/aura.gyp:aura', |
57 '../base/ime/ui_base_ime.gyp:ui_base_ime', | 58 '../base/ime/ui_base_ime.gyp:ui_base_ime', |
58 '../base/ui_base.gyp:ui_base', | 59 '../base/ui_base.gyp:ui_base', |
59 '../compositor/compositor.gyp:compositor', | 60 '../compositor/compositor.gyp:compositor', |
60 '../events/events.gyp:dom_keycode_converter', | 61 '../events/events.gyp:dom_keycode_converter', |
61 '../events/events.gyp:events', | 62 '../events/events.gyp:events', |
62 '../events/events.gyp:events_base', | 63 '../events/events.gyp:events_base', |
63 '../gfx/gfx.gyp:gfx', | 64 '../gfx/gfx.gyp:gfx', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 }], | 132 }], |
132 ['OS=="win" and win_use_allocator_shim==1', { | 133 ['OS=="win" and win_use_allocator_shim==1', { |
133 'dependencies': [ | 134 'dependencies': [ |
134 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 135 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
135 ], | 136 ], |
136 }], | 137 }], |
137 ], | 138 ], |
138 }, | 139 }, |
139 ], | 140 ], |
140 } | 141 } |
OLD | NEW |