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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'All', | 8 'target_name': 'All', |
9 'type': 'none', | 9 'type': 'none', |
10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 ], | 467 ], |
468 }, # target_name: chromium_builder_chromedriver | 468 }, # target_name: chromium_builder_chromedriver |
469 { | 469 { |
470 'target_name': 'chromium_builder_asan', | 470 'target_name': 'chromium_builder_asan', |
471 'type': 'none', | 471 'type': 'none', |
472 'dependencies': [ | 472 'dependencies': [ |
473 '../chrome/chrome.gyp:chrome', | 473 '../chrome/chrome.gyp:chrome', |
474 | 474 |
475 # We refer to content_shell directly rather than all_webkit | 475 # We refer to content_shell directly rather than all_webkit |
476 # because we don't want the _unittests binaries. | 476 # because we don't want the _unittests binaries. |
477 '../content/content.gyp:content_browsertests', | 477 '../content/content.gyp:content_browsertests', |
478 '../content/content.gyp:content_shell', | 478 '../content/content.gyp:content_shell', |
479 | 479 |
480 '../net/net.gyp:dns_fuzz_stub', | 480 '../net/net.gyp:dns_fuzz_stub', |
481 ], | 481 ], |
482 }, | 482 }, |
483 ], # targets | 483 ], # targets |
484 }], | 484 }], |
485 ['OS=="mac"', { | 485 ['OS=="mac"', { |
486 'targets': [ | 486 'targets': [ |
487 { | 487 { |
488 # Target to build everything plus the dmg. We don't put the dmg | 488 # Target to build everything plus the dmg. We don't put the dmg |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
616 ['OS=="win"', { | 616 ['OS=="win"', { |
617 'targets': [ | 617 'targets': [ |
618 # These targets are here so the build bots can use them to build | 618 # These targets are here so the build bots can use them to build |
619 # subsets of a full tree for faster cycle times. | 619 # subsets of a full tree for faster cycle times. |
620 { | 620 { |
621 'target_name': 'chromium_builder', | 621 'target_name': 'chromium_builder', |
622 'type': 'none', | 622 'type': 'none', |
623 'dependencies': [ | 623 'dependencies': [ |
624 '../cc/cc_tests.gyp:cc_unittests', | 624 '../cc/cc_tests.gyp:cc_unittests', |
625 '../chrome/chrome.gyp:browser_tests', | 625 '../chrome/chrome.gyp:browser_tests', |
| 626 '../chrome/chrome.gyp:gcapi_test', |
626 '../chrome/chrome.gyp:installer_util_unittests', | 627 '../chrome/chrome.gyp:installer_util_unittests', |
627 '../chrome/chrome.gyp:interactive_ui_tests', | 628 '../chrome/chrome.gyp:interactive_ui_tests', |
628 '../chrome/chrome.gyp:mini_installer_test', | 629 '../chrome/chrome.gyp:mini_installer_test', |
629 '../chrome/chrome.gyp:performance_browser_tests', | 630 '../chrome/chrome.gyp:performance_browser_tests', |
630 '../chrome/chrome.gyp:performance_ui_tests', | 631 '../chrome/chrome.gyp:performance_ui_tests', |
631 '../chrome/chrome.gyp:sync_integration_tests', | 632 '../chrome/chrome.gyp:sync_integration_tests', |
632 '../chrome/chrome.gyp:unit_tests', | 633 '../chrome/chrome.gyp:unit_tests', |
633 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 634 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
634 '../components/components.gyp:components_unittests', | 635 '../components/components.gyp:components_unittests', |
635 '../content/content.gyp:content_browsertests', | 636 '../content/content.gyp:content_browsertests', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 }, | 748 }, |
748 ], # targets | 749 ], # targets |
749 'conditions': [ | 750 'conditions': [ |
750 ['branding=="Chrome"', { | 751 ['branding=="Chrome"', { |
751 'targets': [ | 752 'targets': [ |
752 { | 753 { |
753 'target_name': 'chrome_official_builder', | 754 'target_name': 'chrome_official_builder', |
754 'type': 'none', | 755 'type': 'none', |
755 'dependencies': [ | 756 'dependencies': [ |
756 '../chrome/chrome.gyp:crash_service', | 757 '../chrome/chrome.gyp:crash_service', |
| 758 '../chrome/chrome.gyp:gcapi_dll', |
757 '../chrome/chrome.gyp:policy_templates', | 759 '../chrome/chrome.gyp:policy_templates', |
758 '../courgette/courgette.gyp:courgette64', | 760 '../courgette/courgette.gyp:courgette64', |
759 '../chrome/installer/mini_installer.gyp:mini_installer', | 761 '../chrome/installer/mini_installer.gyp:mini_installer', |
760 '../courgette/courgette.gyp:courgette', | 762 '../courgette/courgette.gyp:courgette', |
761 '../cloud_print/cloud_print.gyp:cloud_print', | 763 '../cloud_print/cloud_print.gyp:cloud_print', |
762 '../remoting/remoting.gyp:remoting_webapp', | 764 '../remoting/remoting.gyp:remoting_webapp', |
763 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 765 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
764 ], | 766 ], |
765 'conditions': [ | 767 'conditions': [ |
766 # If you change this condition, make sure you also change it | 768 # If you change this condition, make sure you also change it |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
906 '../chrome/chrome.gyp:interactive_ui_tests_run', | 908 '../chrome/chrome.gyp:interactive_ui_tests_run', |
907 '../chrome/chrome.gyp:sync_integration_tests_run', | 909 '../chrome/chrome.gyp:sync_integration_tests_run', |
908 '../chrome/chrome.gyp:unit_tests_run', | 910 '../chrome/chrome.gyp:unit_tests_run', |
909 '../net/net.gyp:net_unittests_run', | 911 '../net/net.gyp:net_unittests_run', |
910 ], | 912 ], |
911 }, # target_name: chromium_swarm_tests | 913 }, # target_name: chromium_swarm_tests |
912 ], | 914 ], |
913 }], | 915 }], |
914 ], # conditions | 916 ], # conditions |
915 } | 917 } |
OLD | NEW |