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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 '../../ipc/ipc.gyp:ipc', | 57 '../../ipc/ipc.gyp:ipc', |
58 '../../mojo/edk/mojo_edk.gyp:mojo_system_impl', | 58 '../../mojo/edk/mojo_edk.gyp:mojo_system_impl', |
59 '../../mojo/mojo_base.gyp:mojo_environment_chromium', | 59 '../../mojo/mojo_base.gyp:mojo_environment_chromium', |
60 '../../mojo/public/mojo_public.gyp:mojo_cpp_bindings', | 60 '../../mojo/public/mojo_public.gyp:mojo_cpp_bindings', |
61 '../../mojo/public/mojo_public.gyp:mojo_js_bindings', | 61 '../../mojo/public/mojo_public.gyp:mojo_js_bindings', |
62 '../../skia/skia.gyp:skia', | 62 '../../skia/skia.gyp:skia', |
| 63 '../../third_party/google_input_tools/inputview.gyp:inputview', |
63 '../../url/url.gyp:url_lib', | 64 '../../url/url.gyp:url_lib', |
64 '../aura/aura.gyp:aura', | 65 '../aura/aura.gyp:aura', |
65 '../base/ui_base.gyp:ui_base', | 66 '../base/ui_base.gyp:ui_base', |
66 '../compositor/compositor.gyp:compositor', | 67 '../compositor/compositor.gyp:compositor', |
67 '../events/events.gyp:events', | 68 '../events/events.gyp:events', |
68 '../gfx/gfx.gyp:gfx', | 69 '../gfx/gfx.gyp:gfx', |
69 '../gfx/gfx.gyp:gfx_geometry', | 70 '../gfx/gfx.gyp:gfx_geometry', |
70 '../wm/wm.gyp:wm', | 71 '../wm/wm.gyp:wm', |
71 'keyboard_mojom_bindings', | 72 'keyboard_mojom_bindings', |
72 'keyboard_resources', | 73 'keyboard_resources', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 }], | 135 }], |
135 ['OS=="win" and win_use_allocator_shim==1', { | 136 ['OS=="win" and win_use_allocator_shim==1', { |
136 'dependencies': [ | 137 'dependencies': [ |
137 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 138 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
138 ], | 139 ], |
139 }], | 140 }], |
140 ], | 141 ], |
141 }, | 142 }, |
142 ], | 143 ], |
143 } | 144 } |
OLD | NEW |