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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 '../chrome/chrome.gyp:interactive_ui_tests', | 347 '../chrome/chrome.gyp:interactive_ui_tests', |
348 '../chrome/chrome.gyp:sync_integration_tests', | 348 '../chrome/chrome.gyp:sync_integration_tests', |
349 '../chrome/chrome.gyp:unit_tests', | 349 '../chrome/chrome.gyp:unit_tests', |
350 ], | 350 ], |
351 }], | 351 }], |
352 ], | 352 ], |
353 }], | 353 }], |
354 ['OS=="win"', { | 354 ['OS=="win"', { |
355 'dependencies': [ | 355 'dependencies': [ |
356 '../chrome/chrome.gyp:app_installer', | 356 '../chrome/chrome.gyp:app_installer', |
| 357 '../chrome/chrome.gyp:app_installer_unittests', |
357 '../chrome/chrome.gyp:crash_service', | 358 '../chrome/chrome.gyp:crash_service', |
358 '../chrome/chrome.gyp:installer_util_unittests', | 359 '../chrome/chrome.gyp:installer_util_unittests', |
359 # ../chrome/test/mini_installer requires mini_installer. | 360 # ../chrome/test/mini_installer requires mini_installer. |
360 '../chrome/installer/mini_installer.gyp:mini_installer', | 361 '../chrome/installer/mini_installer.gyp:mini_installer', |
361 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 362 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
362 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', | 363 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
363 '../courgette/courgette.gyp:courgette_unittests', | 364 '../courgette/courgette.gyp:courgette_unittests', |
364 '../sandbox/sandbox.gyp:sbox_integration_tests', | 365 '../sandbox/sandbox.gyp:sbox_integration_tests', |
365 '../sandbox/sandbox.gyp:sbox_unittests', | 366 '../sandbox/sandbox.gyp:sbox_unittests', |
366 '../sandbox/sandbox.gyp:sbox_validation_tests', | 367 '../sandbox/sandbox.gyp:sbox_validation_tests', |
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1174 ], # targets | 1175 ], # targets |
1175 'conditions': [ | 1176 'conditions': [ |
1176 ['branding=="Chrome"', { | 1177 ['branding=="Chrome"', { |
1177 'targets': [ | 1178 'targets': [ |
1178 { | 1179 { |
1179 'target_name': 'chrome_official_builder', | 1180 'target_name': 'chrome_official_builder', |
1180 'type': 'none', | 1181 'type': 'none', |
1181 'dependencies': [ | 1182 'dependencies': [ |
1182 '../base/base.gyp:base_unittests', | 1183 '../base/base.gyp:base_unittests', |
1183 '../chrome/chrome.gyp:app_installer', | 1184 '../chrome/chrome.gyp:app_installer', |
| 1185 '../chrome/chrome.gyp:app_installer_unittests', |
1184 '../chrome/chrome.gyp:browser_tests', | 1186 '../chrome/chrome.gyp:browser_tests', |
1185 '../chrome/chrome.gyp:sync_integration_tests', | 1187 '../chrome/chrome.gyp:sync_integration_tests', |
1186 '../chrome/chrome.gyp:crash_service', | 1188 '../chrome/chrome.gyp:crash_service', |
1187 '../chrome/chrome.gyp:gcapi_dll', | 1189 '../chrome/chrome.gyp:gcapi_dll', |
1188 '../chrome/chrome.gyp:pack_policy_templates', | 1190 '../chrome/chrome.gyp:pack_policy_templates', |
1189 '../chrome/installer/mini_installer.gyp:mini_installer', | 1191 '../chrome/installer/mini_installer.gyp:mini_installer', |
1190 '../cloud_print/cloud_print.gyp:cloud_print', | 1192 '../cloud_print/cloud_print.gyp:cloud_print', |
1191 '../courgette/courgette.gyp:courgette', | 1193 '../courgette/courgette.gyp:courgette', |
1192 '../courgette/courgette.gyp:courgette64', | 1194 '../courgette/courgette.gyp:courgette64', |
1193 '../ipc/ipc.gyp:ipc_tests', | 1195 '../ipc/ipc.gyp:ipc_tests', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1362 'dependencies': [ | 1364 'dependencies': [ |
1363 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1365 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1364 '../ui/views/views.gyp:views', | 1366 '../ui/views/views.gyp:views', |
1365 '../ui/views/views.gyp:views_unittests', | 1367 '../ui/views/views.gyp:views_unittests', |
1366 ], | 1368 ], |
1367 }, # target_name: macviews_builder | 1369 }, # target_name: macviews_builder |
1368 ], # targets | 1370 ], # targets |
1369 }], # os=='mac' and toolkit_views==1 | 1371 }], # os=='mac' and toolkit_views==1 |
1370 ], # conditions | 1372 ], # conditions |
1371 } | 1373 } |
OLD | NEW |