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