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, |
11 'dependencies': [ | 11 'dependencies': [ |
12 'some.gyp:*', | 12 'some.gyp:*', |
13 '../base/base.gyp:*', | 13 '../base/base.gyp:*', |
14 '../chrome/chrome.gyp:*', | 14 '../chrome/chrome.gyp:*', |
15 '../components/components.gyp:*', | |
16 '../components/components_tests.gyp:*', | |
15 '../content/content.gyp:*', | 17 '../content/content.gyp:*', |
16 '../content/content_shell_and_tests.gyp:*', | 18 '../content/content_shell_and_tests.gyp:*', |
17 '../crypto/crypto.gyp:*', | 19 '../crypto/crypto.gyp:*', |
18 '../net/net.gyp:*', | 20 '../net/net.gyp:*', |
19 '../sdch/sdch.gyp:*', | 21 '../sdch/sdch.gyp:*', |
20 '../sql/sql.gyp:*', | 22 '../sql/sql.gyp:*', |
21 '../sync/sync.gyp:*', | 23 '../sync/sync.gyp:*', |
22 '../testing/gmock.gyp:*', | 24 '../testing/gmock.gyp:*', |
23 '../testing/gtest.gyp:*', | 25 '../testing/gtest.gyp:*', |
24 '../third_party/icu/icu.gyp:*', | 26 '../third_party/icu/icu.gyp:*', |
25 '../third_party/libxml/libxml.gyp:*', | 27 '../third_party/libxml/libxml.gyp:*', |
26 '../third_party/sqlite/sqlite.gyp:*', | 28 '../third_party/sqlite/sqlite.gyp:*', |
27 '../third_party/zlib/zlib.gyp:*', | 29 '../third_party/zlib/zlib.gyp:*', |
28 '../ui/accessibility/accessibility.gyp:*', | 30 '../ui/accessibility/accessibility.gyp:*', |
29 '../ui/snapshot/snapshot.gyp:*', | 31 '../ui/snapshot/snapshot.gyp:*', |
30 '../ui/ui.gyp:*', | 32 '../ui/ui.gyp:*', |
31 '../url/url.gyp:*', | 33 '../url/url.gyp:*', |
32 ], | 34 ], |
33 'conditions': [ | 35 'conditions': [ |
34 ['OS!="ios"', { | 36 ['OS!="ios"', { |
35 'dependencies': [ | 37 'dependencies': [ |
36 '../cc/cc_tests.gyp:*', | 38 '../cc/cc_tests.gyp:*', |
37 '../components/components.gyp:*', | |
38 '../components/components_tests.gyp:*', | |
39 '../device/bluetooth/bluetooth.gyp:*', | 39 '../device/bluetooth/bluetooth.gyp:*', |
40 '../device/device_tests.gyp:*', | 40 '../device/device_tests.gyp:*', |
41 '../device/usb/usb.gyp:*', | 41 '../device/usb/usb.gyp:*', |
42 '../gin/gin.gyp:*', | 42 '../gin/gin.gyp:*', |
43 '../gpu/gpu.gyp:*', | 43 '../gpu/gpu.gyp:*', |
44 '../gpu/tools/tools.gyp:*', | 44 '../gpu/tools/tools.gyp:*', |
45 '../ipc/ipc.gyp:*', | 45 '../ipc/ipc.gyp:*', |
46 '../jingle/jingle.gyp:*', | 46 '../jingle/jingle.gyp:*', |
47 '../media/cast/cast.gyp:*', | 47 '../media/cast/cast.gyp:*', |
48 '../media/media.gyp:*', | 48 '../media/media.gyp:*', |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
238 '../cc/cc_tests.gyp:cc_unittests', | 238 '../cc/cc_tests.gyp:cc_unittests', |
239 '../chrome/chrome.gyp:browser_tests', | 239 '../chrome/chrome.gyp:browser_tests', |
240 '../chrome/chrome.gyp:chromedriver_tests', | 240 '../chrome/chrome.gyp:chromedriver_tests', |
241 '../chrome/chrome.gyp:chromedriver_unittests', | 241 '../chrome/chrome.gyp:chromedriver_unittests', |
242 # TODO(kkania): Remove these after infra no longer depends on them. | 242 # TODO(kkania): Remove these after infra no longer depends on them. |
243 '../chrome/chrome.gyp:chromedriver2_unittests', | 243 '../chrome/chrome.gyp:chromedriver2_unittests', |
244 '../chrome/chrome.gyp:interactive_ui_tests', | 244 '../chrome/chrome.gyp:interactive_ui_tests', |
245 '../chrome/chrome.gyp:sync_integration_tests', | 245 '../chrome/chrome.gyp:sync_integration_tests', |
246 '../chrome/chrome.gyp:unit_tests', | 246 '../chrome/chrome.gyp:unit_tests', |
247 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 247 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
248 '../components/components_tests.gyp:components_unittests', | 248 '../components/components_tests.gyp:components_unittests', |
stuartmorgan
2013/12/04 15:07:31
This should move too; I don't think we currently u
blundell
2013/12/04 15:58:19
Done. Just sync it looks like.
On 2013/12/04 15:0
| |
249 '../content/content_shell_and_tests.gyp:content_browsertests', | 249 '../content/content_shell_and_tests.gyp:content_browsertests', |
250 '../content/content_shell_and_tests.gyp:content_shell', | 250 '../content/content_shell_and_tests.gyp:content_shell', |
251 '../content/content_shell_and_tests.gyp:content_unittests', | 251 '../content/content_shell_and_tests.gyp:content_unittests', |
252 '../device/device_tests.gyp:device_unittests', | 252 '../device/device_tests.gyp:device_unittests', |
253 '../gin/gin.gyp:gin_unittests', | 253 '../gin/gin.gyp:gin_unittests', |
254 '../google_apis/google_apis.gyp:google_apis_unittests', | 254 '../google_apis/google_apis.gyp:google_apis_unittests', |
255 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', | 255 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', |
256 '../gpu/gpu.gyp:gpu_unittests', | 256 '../gpu/gpu.gyp:gpu_unittests', |
257 '../ipc/ipc.gyp:ipc_tests', | 257 '../ipc/ipc.gyp:ipc_tests', |
258 '../jingle/jingle.gyp:jingle_unittests', | 258 '../jingle/jingle.gyp:jingle_unittests', |
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1085 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1085 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1086 '../chrome/chrome.gyp:sync_integration_tests_run', | 1086 '../chrome/chrome.gyp:sync_integration_tests_run', |
1087 '../chrome/chrome.gyp:unit_tests_run', | 1087 '../chrome/chrome.gyp:unit_tests_run', |
1088 '../net/net.gyp:net_unittests_run', | 1088 '../net/net.gyp:net_unittests_run', |
1089 ], | 1089 ], |
1090 }, # target_name: chromium_swarm_tests | 1090 }, # target_name: chromium_swarm_tests |
1091 ], | 1091 ], |
1092 }], | 1092 }], |
1093 ], # conditions | 1093 ], # conditions |
1094 } | 1094 } |
OLD | NEW |