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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 ], # targets | 748 ], # targets |
749 'conditions': [ | 749 'conditions': [ |
750 ['branding=="Chrome"', { | 750 ['branding=="Chrome"', { |
751 'targets': [ | 751 'targets': [ |
752 { | 752 { |
753 'target_name': 'chrome_official_builder', | 753 'target_name': 'chrome_official_builder', |
754 'type': 'none', | 754 'type': 'none', |
755 'dependencies': [ | 755 'dependencies': [ |
756 '../chrome/chrome.gyp:crash_service', | 756 '../chrome/chrome.gyp:crash_service', |
757 '../chrome/chrome.gyp:policy_templates', | 757 '../chrome/chrome.gyp:policy_templates', |
| 758 '../courgette/courgette.gyp:courgette64', |
758 '../chrome/installer/mini_installer.gyp:mini_installer', | 759 '../chrome/installer/mini_installer.gyp:mini_installer', |
759 '../courgette/courgette.gyp:courgette', | 760 '../courgette/courgette.gyp:courgette', |
760 '../cloud_print/cloud_print.gyp:cloud_print', | 761 '../cloud_print/cloud_print.gyp:cloud_print', |
761 '../remoting/remoting.gyp:remoting_webapp', | 762 '../remoting/remoting.gyp:remoting_webapp', |
762 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 763 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
763 ], | 764 ], |
764 'conditions': [ | 765 'conditions': [ |
765 # If you change this condition, make sure you also change it | 766 # If you change this condition, make sure you also change it |
766 # in chrome_tests.gypi | 767 # in chrome_tests.gypi |
767 ['enable_automation==1 and (OS=="mac" or (os_posix==1 and target
_arch==python_arch))', { | 768 ['enable_automation==1 and (OS=="mac" or (os_posix==1 and target
_arch==python_arch))', { |
768 'dependencies': [ | 769 'dependencies': [ |
769 '../chrome/chrome.gyp:pyautolib', | 770 '../chrome/chrome.gyp:pyautolib', |
770 ], | 771 ], |
771 }], | 772 }], |
772 ['internal_pdf', { | 773 ['internal_pdf', { |
773 'dependencies': [ | 774 'dependencies': [ |
774 '../pdf/pdf.gyp:pdf', | 775 '../pdf/pdf.gyp:pdf', |
775 ], | 776 ], |
776 }], # internal_pdf | 777 }], # internal_pdf |
777 ['target_arch=="ia32"', { | 778 ['target_arch=="ia32"', { |
778 'dependencies': [ | 779 'dependencies': [ |
779 '../chrome/chrome.gyp:crash_service_win64', | 780 '../chrome/chrome.gyp:crash_service_win64', |
780 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 781 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
781 '../courgette/courgette.gyp:courgette64', | |
782 # Omitting tests from Win64 to speed up cycle times. | 782 # Omitting tests from Win64 to speed up cycle times. |
783 '../chrome/chrome.gyp:automated_ui_tests', | 783 '../chrome/chrome.gyp:automated_ui_tests', |
784 '../chrome/chrome.gyp:chromedriver', | 784 '../chrome/chrome.gyp:chromedriver', |
785 '../chrome/chrome.gyp:interactive_ui_tests', | 785 '../chrome/chrome.gyp:interactive_ui_tests', |
786 '../chrome/chrome.gyp:reliability_tests', | 786 '../chrome/chrome.gyp:reliability_tests', |
787 ], | 787 ], |
788 }], | 788 }], |
789 ['component != "shared_library" and wix_exists == "True" and \ | 789 ['component != "shared_library" and wix_exists == "True" and \ |
790 sas_dll_exists == "True"', { | 790 sas_dll_exists == "True"', { |
791 'dependencies': [ | 791 'dependencies': [ |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
906 '../chrome/chrome.gyp:interactive_ui_tests_run', | 906 '../chrome/chrome.gyp:interactive_ui_tests_run', |
907 '../chrome/chrome.gyp:sync_integration_tests_run', | 907 '../chrome/chrome.gyp:sync_integration_tests_run', |
908 '../chrome/chrome.gyp:unit_tests_run', | 908 '../chrome/chrome.gyp:unit_tests_run', |
909 '../net/net.gyp:net_unittests_run', | 909 '../net/net.gyp:net_unittests_run', |
910 ], | 910 ], |
911 }, # target_name: chromium_swarm_tests | 911 }, # target_name: chromium_swarm_tests |
912 ], | 912 ], |
913 }], | 913 }], |
914 ], # conditions | 914 ], # conditions |
915 } | 915 } |
OLD | NEW |