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 888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
899 { | 899 { |
900 'target_name': 'chrome_official_builder', | 900 'target_name': 'chrome_official_builder', |
901 'type': 'none', | 901 'type': 'none', |
902 'dependencies': [ | 902 'dependencies': [ |
903 '../base/base.gyp:base_unittests', | 903 '../base/base.gyp:base_unittests', |
904 '../chrome/chrome.gyp:crash_service', | 904 '../chrome/chrome.gyp:crash_service', |
905 '../chrome/chrome.gyp:gcapi_dll', | 905 '../chrome/chrome.gyp:gcapi_dll', |
906 '../chrome/chrome.gyp:pack_policy_templates', | 906 '../chrome/chrome.gyp:pack_policy_templates', |
907 '../chrome/chrome.gyp:performance_ui_tests', | 907 '../chrome/chrome.gyp:performance_ui_tests', |
908 '../chrome/chrome.gyp:pyautolib', | 908 '../chrome/chrome.gyp:pyautolib', |
909 '../chrome/chrome.gyp:unit_tests', | |
910 '../chrome/installer/mini_installer.gyp:mini_installer', | 909 '../chrome/installer/mini_installer.gyp:mini_installer', |
911 '../cloud_print/cloud_print.gyp:cloud_print', | 910 '../cloud_print/cloud_print.gyp:cloud_print', |
912 '../content/content_shell_and_tests.gyp:content_browsertests', | 911 '../content/content_shell_and_tests.gyp:content_browsertests', |
913 '../content/content_shell_and_tests.gyp:content_unittests', | 912 '../content/content_shell_and_tests.gyp:content_unittests', |
914 '../courgette/courgette.gyp:courgette', | 913 '../courgette/courgette.gyp:courgette', |
915 '../courgette/courgette.gyp:courgette64', | 914 '../courgette/courgette.gyp:courgette64', |
916 '../ipc/ipc.gyp:ipc_tests', | 915 '../ipc/ipc.gyp:ipc_tests', |
917 '../media/media.gyp:media_unittests', | 916 '../media/media.gyp:media_unittests', |
918 '../net/net.gyp:net_unittests_run', | 917 '../net/net.gyp:net_unittests_run', |
919 '../printing/printing.gyp:printing_unittests', | 918 '../printing/printing.gyp:printing_unittests', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1025 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1024 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1026 '../chrome/chrome.gyp:sync_integration_tests_run', | 1025 '../chrome/chrome.gyp:sync_integration_tests_run', |
1027 '../chrome/chrome.gyp:unit_tests_run', | 1026 '../chrome/chrome.gyp:unit_tests_run', |
1028 '../net/net.gyp:net_unittests_run', | 1027 '../net/net.gyp:net_unittests_run', |
1029 ], | 1028 ], |
1030 }, # target_name: chromium_swarm_tests | 1029 }, # target_name: chromium_swarm_tests |
1031 ], | 1030 ], |
1032 }], | 1031 }], |
1033 ], # conditions | 1032 ], # conditions |
1034 } | 1033 } |
OLD | NEW |