| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'dependencies': [ | 220 'dependencies': [ |
| 221 '../cc/cc_tests.gyp:cc_unittests', | 221 '../cc/cc_tests.gyp:cc_unittests', |
| 222 '../chrome/chrome.gyp:browser_tests', | 222 '../chrome/chrome.gyp:browser_tests', |
| 223 '../chrome/chrome.gyp:chromedriver2_tests', | 223 '../chrome/chrome.gyp:chromedriver2_tests', |
| 224 '../chrome/chrome.gyp:chromedriver2_unittests', | 224 '../chrome/chrome.gyp:chromedriver2_unittests', |
| 225 '../chrome/chrome.gyp:interactive_ui_tests', | 225 '../chrome/chrome.gyp:interactive_ui_tests', |
| 226 '../chrome/chrome.gyp:sync_integration_tests', | 226 '../chrome/chrome.gyp:sync_integration_tests', |
| 227 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 227 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 228 '../components/components.gyp:components_unittests', | 228 '../components/components.gyp:components_unittests', |
| 229 '../content/content.gyp:content_browsertests', | 229 '../content/content.gyp:content_browsertests', |
| 230 '../content/content.gyp:content_shell', |
| 230 '../content/content.gyp:content_unittests', | 231 '../content/content.gyp:content_unittests', |
| 231 '../device/device.gyp:device_unittests', | 232 '../device/device.gyp:device_unittests', |
| 232 '../gpu/gpu.gyp:gpu_unittests', | 233 '../gpu/gpu.gyp:gpu_unittests', |
| 233 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', | 234 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', |
| 234 '../ipc/ipc.gyp:ipc_tests', | 235 '../ipc/ipc.gyp:ipc_tests', |
| 235 '../jingle/jingle.gyp:jingle_unittests', | 236 '../jingle/jingle.gyp:jingle_unittests', |
| 236 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 237 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 237 '../printing/printing.gyp:printing_unittests', | 238 '../printing/printing.gyp:printing_unittests', |
| 238 '../remoting/remoting.gyp:remoting_unittests', | 239 '../remoting/remoting.gyp:remoting_unittests', |
| 239 '../sync/sync.gyp:sync_unit_tests', | 240 '../sync/sync.gyp:sync_unit_tests', |
| (...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 885 '../chrome/chrome.gyp:interactive_ui_tests_run', | 886 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 886 '../chrome/chrome.gyp:sync_integration_tests_run', | 887 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 887 '../chrome/chrome.gyp:unit_tests_run', | 888 '../chrome/chrome.gyp:unit_tests_run', |
| 888 '../net/net.gyp:net_unittests_run', | 889 '../net/net.gyp:net_unittests_run', |
| 889 ], | 890 ], |
| 890 }, # target_name: chromium_swarm_tests | 891 }, # target_name: chromium_swarm_tests |
| 891 ], | 892 ], |
| 892 }], | 893 }], |
| 893 ], # conditions | 894 ], # conditions |
| 894 } | 895 } |
| OLD | NEW |