OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
8 # compilation targets to 'All'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
10 }, | 10 }, |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 }], | 171 }], |
172 ['OS=="win"', { | 172 ['OS=="win"', { |
173 'conditions': [ | 173 'conditions': [ |
174 ['win_use_allocator_shim==1', { | 174 ['win_use_allocator_shim==1', { |
175 'dependencies': [ | 175 'dependencies': [ |
176 '../base/allocator/allocator.gyp:*', | 176 '../base/allocator/allocator.gyp:*', |
177 ], | 177 ], |
178 }], | 178 }], |
179 ], | 179 ], |
180 'dependencies': [ | 180 'dependencies': [ |
| 181 '../app_installer/app_installer.gyp:*', |
181 '../chrome_elf/chrome_elf.gyp:*', | 182 '../chrome_elf/chrome_elf.gyp:*', |
182 '../cloud_print/cloud_print.gyp:*', | 183 '../cloud_print/cloud_print.gyp:*', |
183 '../courgette/courgette.gyp:*', | 184 '../courgette/courgette.gyp:*', |
184 '../rlz/rlz.gyp:*', | 185 '../rlz/rlz.gyp:*', |
185 '../sandbox/sandbox.gyp:*', | 186 '../sandbox/sandbox.gyp:*', |
186 '<(angle_path)/src/build_angle.gyp:*', | 187 '<(angle_path)/src/build_angle.gyp:*', |
187 '../third_party/bspatch/bspatch.gyp:*', | 188 '../third_party/bspatch/bspatch.gyp:*', |
188 '../tools/win/static_initializers/static_initializers.gyp:*', | 189 '../tools/win/static_initializers/static_initializers.gyp:*', |
189 ], | 190 ], |
190 }, { | 191 }, { |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 '../third_party/WebKit/public/all.gyp:all_blink', | 305 '../third_party/WebKit/public/all.gyp:all_blink', |
305 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 306 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
306 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 307 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
307 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 308 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
308 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 309 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
309 '../tools/telemetry/telemetry.gyp:*', | 310 '../tools/telemetry/telemetry.gyp:*', |
310 ], | 311 ], |
311 }], | 312 }], |
312 ['OS=="win"', { | 313 ['OS=="win"', { |
313 'dependencies': [ | 314 'dependencies': [ |
| 315 '../app_installer/app_installer.gyp:app_installer', |
314 '../chrome/chrome.gyp:crash_service', | 316 '../chrome/chrome.gyp:crash_service', |
315 '../chrome/chrome.gyp:installer_util_unittests', | 317 '../chrome/chrome.gyp:installer_util_unittests', |
316 # ../chrome/test/mini_installer requires mini_installer. | 318 # ../chrome/test/mini_installer requires mini_installer. |
317 '../chrome/installer/mini_installer.gyp:mini_installer', | 319 '../chrome/installer/mini_installer.gyp:mini_installer', |
318 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 320 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
319 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', | 321 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
320 '../courgette/courgette.gyp:courgette_unittests', | 322 '../courgette/courgette.gyp:courgette_unittests', |
321 '../sandbox/sandbox.gyp:sbox_integration_tests', | 323 '../sandbox/sandbox.gyp:sbox_integration_tests', |
322 '../sandbox/sandbox.gyp:sbox_unittests', | 324 '../sandbox/sandbox.gyp:sbox_unittests', |
323 '../sandbox/sandbox.gyp:sbox_validation_tests', | 325 '../sandbox/sandbox.gyp:sbox_validation_tests', |
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1114 ], | 1116 ], |
1115 }, | 1117 }, |
1116 ], # targets | 1118 ], # targets |
1117 'conditions': [ | 1119 'conditions': [ |
1118 ['branding=="Chrome"', { | 1120 ['branding=="Chrome"', { |
1119 'targets': [ | 1121 'targets': [ |
1120 { | 1122 { |
1121 'target_name': 'chrome_official_builder', | 1123 'target_name': 'chrome_official_builder', |
1122 'type': 'none', | 1124 'type': 'none', |
1123 'dependencies': [ | 1125 'dependencies': [ |
| 1126 '../app_installer/app_installer.gyp:app_installer', |
1124 '../base/base.gyp:base_unittests', | 1127 '../base/base.gyp:base_unittests', |
1125 '../chrome/chrome.gyp:browser_tests', | 1128 '../chrome/chrome.gyp:browser_tests', |
1126 '../chrome/chrome.gyp:crash_service', | 1129 '../chrome/chrome.gyp:crash_service', |
1127 '../chrome/chrome.gyp:gcapi_dll', | 1130 '../chrome/chrome.gyp:gcapi_dll', |
1128 '../chrome/chrome.gyp:pack_policy_templates', | 1131 '../chrome/chrome.gyp:pack_policy_templates', |
1129 '../chrome/installer/mini_installer.gyp:mini_installer', | 1132 '../chrome/installer/mini_installer.gyp:mini_installer', |
1130 '../cloud_print/cloud_print.gyp:cloud_print', | 1133 '../cloud_print/cloud_print.gyp:cloud_print', |
1131 '../courgette/courgette.gyp:courgette', | 1134 '../courgette/courgette.gyp:courgette', |
1132 '../courgette/courgette.gyp:courgette64', | 1135 '../courgette/courgette.gyp:courgette64', |
1133 '../ipc/ipc.gyp:ipc_tests', | 1136 '../ipc/ipc.gyp:ipc_tests', |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1278 'dependencies': [ | 1281 'dependencies': [ |
1279 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1282 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1280 '../ui/views/views.gyp:views', | 1283 '../ui/views/views.gyp:views', |
1281 '../ui/views/views.gyp:views_unittests', | 1284 '../ui/views/views.gyp:views_unittests', |
1282 ], | 1285 ], |
1283 }, # target_name: macviews_builder | 1286 }, # target_name: macviews_builder |
1284 ], # targets | 1287 ], # targets |
1285 }], # os=='mac' and toolkit_views==1 | 1288 }], # os=='mac' and toolkit_views==1 |
1286 ], # conditions | 1289 ], # conditions |
1287 } | 1290 } |
OLD | NEW |