OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1099 'dependencies': [ | 1099 'dependencies': [ |
1100 '../base/base.gyp:base', | 1100 '../base/base.gyp:base', |
1101 '../base/base.gyp:base_prefs_test_support', | 1101 '../base/base.gyp:base_prefs_test_support', |
1102 '../base/base.gyp:test_support_base', | 1102 '../base/base.gyp:test_support_base', |
1103 '../components/components.gyp:keyed_service_content', | 1103 '../components/components.gyp:keyed_service_content', |
1104 '../components/components.gyp:user_prefs', | 1104 '../components/components.gyp:user_prefs', |
1105 '../content/content_shell_and_tests.gyp:test_support_content', | 1105 '../content/content_shell_and_tests.gyp:test_support_content', |
1106 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 1106 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
1107 '../device/serial/serial.gyp:device_serial', | 1107 '../device/serial/serial.gyp:device_serial', |
1108 '../device/serial/serial.gyp:device_serial_test_util', | 1108 '../device/serial/serial.gyp:device_serial_test_util', |
| 1109 '../mojo/edk/mojo_edk.gyp:mojo_js_lib', |
1109 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', | 1110 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', |
1110 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 1111 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
1111 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', | |
1112 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', | 1112 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', |
1113 '../testing/gmock.gyp:gmock', | 1113 '../testing/gmock.gyp:gmock', |
1114 '../testing/gtest.gyp:gtest', | 1114 '../testing/gtest.gyp:gtest', |
1115 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1115 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1116 'common/api/api.gyp:cast_channel_proto', | 1116 'common/api/api.gyp:cast_channel_proto', |
1117 'extensions_common', | 1117 'extensions_common', |
1118 'extensions_renderer', | 1118 'extensions_renderer', |
1119 'extensions_resources.gyp:extensions_resources', | 1119 'extensions_resources.gyp:extensions_resources', |
1120 'extensions_shell_and_test_pak', | 1120 'extensions_shell_and_test_pak', |
1121 'extensions_strings.gyp:extensions_strings', | 1121 'extensions_strings.gyp:extensions_strings', |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1228 'conditions': [ | 1228 'conditions': [ |
1229 ['OS=="win" and win_use_allocator_shim==1', { | 1229 ['OS=="win" and win_use_allocator_shim==1', { |
1230 'dependencies': [ | 1230 'dependencies': [ |
1231 '../base/allocator/allocator.gyp:allocator', | 1231 '../base/allocator/allocator.gyp:allocator', |
1232 ], | 1232 ], |
1233 }], | 1233 }], |
1234 ], | 1234 ], |
1235 }, | 1235 }, |
1236 ] | 1236 ] |
1237 } | 1237 } |
OLD | NEW |