| 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 'inputview_dir': '../../third_party/google_input_tools/src/chrome/os/inputvi
ew', | 9 'inputview_dir': '../../third_party/google_input_tools/src/chrome/os/inputvi
ew', |
| 10 'inputview_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/resources/inputv
iew.js', | 10 'inputview_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/resources/inputv
iew.js', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 62 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 63 '../../content/content.gyp:content_browser', | 63 '../../content/content.gyp:content_browser', |
| 64 '../../ipc/ipc.gyp:ipc', | 64 '../../ipc/ipc.gyp:ipc', |
| 65 '../../mojo/mojo_base.gyp:mojo_environment_chromium', | 65 '../../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 66 '../../skia/skia.gyp:skia', | 66 '../../skia/skia.gyp:skia', |
| 67 '../../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 67 '../../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
| 68 '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 68 '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 69 '../../third_party/mojo/mojo_public.gyp:mojo_js_bindings', | 69 '../../third_party/mojo/mojo_public.gyp:mojo_js_bindings', |
| 70 '../../url/url.gyp:url_lib', | 70 '../../url/url.gyp:url_lib', |
| 71 '../aura/aura.gyp:aura', | 71 '../aura/aura.gyp:aura', |
| 72 '../base/ime/ui_base_ime.gyp:ui_base_ime', | |
| 73 '../base/ui_base.gyp:ui_base', | 72 '../base/ui_base.gyp:ui_base', |
| 74 '../compositor/compositor.gyp:compositor', | 73 '../compositor/compositor.gyp:compositor', |
| 75 '../events/events.gyp:dom4_keycode_converter', | 74 '../events/events.gyp:dom4_keycode_converter', |
| 76 '../events/events.gyp:events', | 75 '../events/events.gyp:events', |
| 77 '../gfx/gfx.gyp:gfx', | 76 '../gfx/gfx.gyp:gfx', |
| 78 '../gfx/gfx.gyp:gfx_geometry', | 77 '../gfx/gfx.gyp:gfx_geometry', |
| 79 '../wm/wm.gyp:wm', | 78 '../wm/wm.gyp:wm', |
| 80 'keyboard_mojom_bindings', | 79 'keyboard_mojom_bindings', |
| 81 'keyboard_resources', | 80 'keyboard_resources', |
| 82 ], | 81 ], |
| (...skipping 29 matching lines...) Expand all Loading... |
| 112 'type': '<(gtest_target_type)', | 111 'type': '<(gtest_target_type)', |
| 113 'dependencies': [ | 112 'dependencies': [ |
| 114 '../../base/base.gyp:base', | 113 '../../base/base.gyp:base', |
| 115 '../../base/base.gyp:test_support_base', | 114 '../../base/base.gyp:test_support_base', |
| 116 '../../content/content.gyp:content', | 115 '../../content/content.gyp:content', |
| 117 '../../skia/skia.gyp:skia', | 116 '../../skia/skia.gyp:skia', |
| 118 '../../testing/gtest.gyp:gtest', | 117 '../../testing/gtest.gyp:gtest', |
| 119 '../../url/url.gyp:url_lib', | 118 '../../url/url.gyp:url_lib', |
| 120 '../aura/aura.gyp:aura', | 119 '../aura/aura.gyp:aura', |
| 121 '../aura/aura.gyp:aura_test_support', | 120 '../aura/aura.gyp:aura_test_support', |
| 122 '../base/ime/ui_base_ime.gyp:ui_base_ime', | |
| 123 '../base/ui_base.gyp:ui_base', | 121 '../base/ui_base.gyp:ui_base', |
| 124 '../compositor/compositor.gyp:compositor', | 122 '../compositor/compositor.gyp:compositor', |
| 125 '../compositor/compositor.gyp:compositor_test_support', | 123 '../compositor/compositor.gyp:compositor_test_support', |
| 126 '../gfx/gfx.gyp:gfx', | 124 '../gfx/gfx.gyp:gfx', |
| 127 '../gfx/gfx.gyp:gfx_geometry', | 125 '../gfx/gfx.gyp:gfx_geometry', |
| 128 '../resources/ui_resources.gyp:ui_test_pak', | 126 '../resources/ui_resources.gyp:ui_test_pak', |
| 129 '../wm/wm.gyp:wm', | 127 '../wm/wm.gyp:wm', |
| 130 'keyboard', | 128 'keyboard', |
| 131 ], | 129 ], |
| 132 'sources': [ | 130 'sources': [ |
| (...skipping 11 matching lines...) Expand all Loading... |
| 144 }], | 142 }], |
| 145 ['OS=="win" and win_use_allocator_shim==1', { | 143 ['OS=="win" and win_use_allocator_shim==1', { |
| 146 'dependencies': [ | 144 'dependencies': [ |
| 147 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 145 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 148 ], | 146 ], |
| 149 }], | 147 }], |
| 150 ], | 148 ], |
| 151 }, | 149 }, |
| 152 ], | 150 ], |
| 153 } | 151 } |
| OLD | NEW |