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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
894 ], | 894 ], |
895 }, | 895 }, |
896 ], # targets | 896 ], # targets |
897 'conditions': [ | 897 'conditions': [ |
898 ['branding=="Chrome"', { | 898 ['branding=="Chrome"', { |
899 'targets': [ | 899 'targets': [ |
900 { | 900 { |
901 'target_name': 'chrome_official_builder', | 901 'target_name': 'chrome_official_builder', |
902 'type': 'none', | 902 'type': 'none', |
903 'dependencies': [ | 903 'dependencies': [ |
904 '../base/base.gyp:base_unittests', | |
905 '../chrome/chrome.gyp:browser_tests', | |
906 '../chrome/chrome.gyp:crash_service', | 904 '../chrome/chrome.gyp:crash_service', |
907 '../chrome/chrome.gyp:gcapi_dll', | 905 '../chrome/chrome.gyp:gcapi_dll', |
908 '../chrome/chrome.gyp:pack_policy_templates', | 906 '../chrome/chrome.gyp:pack_policy_templates', |
909 '../chrome/chrome.gyp:performance_ui_tests', | 907 '../courgette/courgette.gyp:courgette64', |
| 908 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 909 '../courgette/courgette.gyp:courgette', |
| 910 '../cloud_print/cloud_print.gyp:cloud_print', |
| 911 '../remoting/remoting.gyp:remoting_webapp', |
| 912 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
910 '../chrome/chrome.gyp:pyautolib', | 913 '../chrome/chrome.gyp:pyautolib', |
911 '../chrome/chrome.gyp:unit_tests', | |
912 '../chrome/installer/mini_installer.gyp:mini_installer', | |
913 '../cloud_print/cloud_print.gyp:cloud_print', | |
914 '../content/content_shell_and_tests.gyp:content_browsertests', | |
915 '../content/content_shell_and_tests.gyp:content_unittests', | |
916 '../courgette/courgette.gyp:courgette', | |
917 '../courgette/courgette.gyp:courgette64', | |
918 '../ipc/ipc.gyp:ipc_tests', | |
919 '../media/media.gyp:media_unittests', | |
920 '../net/net.gyp:net_unittests_run', | |
921 '../printing/printing.gyp:printing_unittests', | |
922 '../remoting/remoting.gyp:remoting_webapp', | |
923 '../sql/sql.gyp:sql_unittests', | |
924 '../sync/sync.gyp:sync_unit_tests', | |
925 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | |
926 '../ui/ui_unittests.gyp:ui_unittests', | |
927 '../ui/views/views.gyp:views_unittests', | |
928 '../url/url.gyp:url_unittests', | |
929 ], | 914 ], |
930 'conditions': [ | 915 'conditions': [ |
931 ['internal_pdf', { | 916 ['internal_pdf', { |
932 'dependencies': [ | 917 'dependencies': [ |
933 '../pdf/pdf.gyp:pdf', | 918 '../pdf/pdf.gyp:pdf', |
934 ], | 919 ], |
935 }], # internal_pdf | 920 }], # internal_pdf |
936 ['target_arch=="ia32"', { | 921 ['target_arch=="ia32"', { |
937 'dependencies': [ | 922 'dependencies': [ |
938 '../chrome/chrome.gyp:crash_service_win64', | 923 '../chrome/chrome.gyp:crash_service_win64', |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1027 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1012 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1028 '../chrome/chrome.gyp:sync_integration_tests_run', | 1013 '../chrome/chrome.gyp:sync_integration_tests_run', |
1029 '../chrome/chrome.gyp:unit_tests_run', | 1014 '../chrome/chrome.gyp:unit_tests_run', |
1030 '../net/net.gyp:net_unittests_run', | 1015 '../net/net.gyp:net_unittests_run', |
1031 ], | 1016 ], |
1032 }, # target_name: chromium_swarm_tests | 1017 }, # target_name: chromium_swarm_tests |
1033 ], | 1018 ], |
1034 }], | 1019 }], |
1035 ], # conditions | 1020 ], # conditions |
1036 } | 1021 } |
OLD | NEW |