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:*', |
15 '../content/content.gyp:*', | 16 '../content/content.gyp:*', |
16 '../crypto/crypto.gyp:*', | 17 '../crypto/crypto.gyp:*', |
17 '../mojo/mojo.gyp:*', | 18 '../mojo/mojo.gyp:*', |
18 '../net/net.gyp:*', | 19 '../net/net.gyp:*', |
19 '../sdch/sdch.gyp:*', | 20 '../sdch/sdch.gyp:*', |
20 '../sql/sql.gyp:*', | 21 '../sql/sql.gyp:*', |
21 '../sync/sync.gyp:*', | 22 '../sync/sync.gyp:*', |
22 '../testing/gmock.gyp:*', | 23 '../testing/gmock.gyp:*', |
23 '../testing/gtest.gyp:*', | 24 '../testing/gtest.gyp:*', |
24 '../third_party/icu/icu.gyp:*', | 25 '../third_party/icu/icu.gyp:*', |
25 '../third_party/libxml/libxml.gyp:*', | 26 '../third_party/libxml/libxml.gyp:*', |
26 '../third_party/sqlite/sqlite.gyp:*', | 27 '../third_party/sqlite/sqlite.gyp:*', |
27 '../third_party/zlib/zlib.gyp:*', | 28 '../third_party/zlib/zlib.gyp:*', |
28 '../ui/snapshot/snapshot.gyp:*', | 29 '../ui/snapshot/snapshot.gyp:*', |
29 '../ui/ui.gyp:*', | 30 '../ui/ui.gyp:*', |
30 '../url/url.gyp:*', | 31 '../url/url.gyp:*', |
31 ], | 32 ], |
32 'conditions': [ | 33 'conditions': [ |
33 ['OS!="ios"', { | 34 ['OS!="ios"', { |
34 'dependencies': [ | 35 'dependencies': [ |
35 '../cc/cc_tests.gyp:*', | 36 '../cc/cc_tests.gyp:*', |
36 '../components/components.gyp:*', | |
37 '../device/bluetooth/bluetooth.gyp:*', | 37 '../device/bluetooth/bluetooth.gyp:*', |
38 '../device/device_tests.gyp:*', | 38 '../device/device_tests.gyp:*', |
39 '../device/usb/usb.gyp:*', | 39 '../device/usb/usb.gyp:*', |
40 '../gpu/gpu.gyp:*', | 40 '../gpu/gpu.gyp:*', |
41 '../gpu/tools/tools.gyp:*', | 41 '../gpu/tools/tools.gyp:*', |
42 '../ipc/ipc.gyp:*', | 42 '../ipc/ipc.gyp:*', |
43 '../jingle/jingle.gyp:*', | 43 '../jingle/jingle.gyp:*', |
44 '../media/media.gyp:*', | 44 '../media/media.gyp:*', |
45 '../ppapi/ppapi.gyp:*', | 45 '../ppapi/ppapi.gyp:*', |
46 '../ppapi/ppapi_internal.gyp:*', | 46 '../ppapi/ppapi_internal.gyp:*', |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 }, | 205 }, |
206 ], | 206 ], |
207 ], | 207 ], |
208 }, # target_name: All_syzygy | 208 }, # target_name: All_syzygy |
209 { | 209 { |
210 'target_name': 'chromium_builder_tests', | 210 'target_name': 'chromium_builder_tests', |
211 'type': 'none', | 211 'type': 'none', |
212 'dependencies': [ | 212 'dependencies': [ |
213 '../base/base.gyp:base_unittests', | 213 '../base/base.gyp:base_unittests', |
214 '../chrome/chrome.gyp:unit_tests', | 214 '../chrome/chrome.gyp:unit_tests', |
| 215 '../components/components.gyp:components_unittests', |
215 '../crypto/crypto.gyp:crypto_unittests', | 216 '../crypto/crypto.gyp:crypto_unittests', |
216 '../net/net.gyp:net_unittests', | 217 '../net/net.gyp:net_unittests', |
217 '../sql/sql.gyp:sql_unittests', | 218 '../sql/sql.gyp:sql_unittests', |
218 '../ui/ui.gyp:ui_unittests', | 219 '../ui/ui.gyp:ui_unittests', |
219 '../url/url.gyp:url_unittests', | 220 '../url/url.gyp:url_unittests', |
220 ], | 221 ], |
221 'conditions': [ | 222 'conditions': [ |
222 ['OS!="ios"', { | 223 ['OS!="ios"', { |
223 'dependencies': [ | 224 'dependencies': [ |
224 '../cc/cc_tests.gyp:cc_unittests', | 225 '../cc/cc_tests.gyp:cc_unittests', |
225 '../chrome/chrome.gyp:browser_tests', | 226 '../chrome/chrome.gyp:browser_tests', |
226 '../chrome/chrome.gyp:chromedriver_tests', | 227 '../chrome/chrome.gyp:chromedriver_tests', |
227 '../chrome/chrome.gyp:chromedriver_unittests', | 228 '../chrome/chrome.gyp:chromedriver_unittests', |
228 # TODO(kkania): Remove these after infra no longer depends on them. | 229 # TODO(kkania): Remove these after infra no longer depends on them. |
229 '../chrome/chrome.gyp:chromedriver2_tests', | 230 '../chrome/chrome.gyp:chromedriver2_tests', |
230 '../chrome/chrome.gyp:chromedriver2_unittests', | 231 '../chrome/chrome.gyp:chromedriver2_unittests', |
231 '../chrome/chrome.gyp:interactive_ui_tests', | 232 '../chrome/chrome.gyp:interactive_ui_tests', |
232 '../chrome/chrome.gyp:sync_integration_tests', | 233 '../chrome/chrome.gyp:sync_integration_tests', |
233 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 234 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
234 '../components/components.gyp:components_unittests', | |
235 '../content/content.gyp:content_browsertests', | 235 '../content/content.gyp:content_browsertests', |
236 '../content/content.gyp:content_shell', | 236 '../content/content.gyp:content_shell', |
237 '../content/content.gyp:content_unittests', | 237 '../content/content.gyp:content_unittests', |
238 '../device/device_tests.gyp:device_unittests', | 238 '../device/device_tests.gyp:device_unittests', |
239 '../google_apis/google_apis.gyp:google_apis_unittests', | 239 '../google_apis/google_apis.gyp:google_apis_unittests', |
240 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', | 240 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', |
241 '../gpu/gpu.gyp:gpu_unittests', | 241 '../gpu/gpu.gyp:gpu_unittests', |
242 '../ipc/ipc.gyp:ipc_tests', | 242 '../ipc/ipc.gyp:ipc_tests', |
243 '../jingle/jingle.gyp:jingle_unittests', | 243 '../jingle/jingle.gyp:jingle_unittests', |
244 '../media/media.gyp:media_unittests', | 244 '../media/media.gyp:media_unittests', |
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
938 '../chrome/chrome.gyp:interactive_ui_tests_run', | 938 '../chrome/chrome.gyp:interactive_ui_tests_run', |
939 '../chrome/chrome.gyp:sync_integration_tests_run', | 939 '../chrome/chrome.gyp:sync_integration_tests_run', |
940 '../chrome/chrome.gyp:unit_tests_run', | 940 '../chrome/chrome.gyp:unit_tests_run', |
941 '../net/net.gyp:net_unittests_run', | 941 '../net/net.gyp:net_unittests_run', |
942 ], | 942 ], |
943 }, # target_name: chromium_swarm_tests | 943 }, # target_name: chromium_swarm_tests |
944 ], | 944 ], |
945 }], | 945 }], |
946 ], # conditions | 946 ], # conditions |
947 } | 947 } |
OLD | NEW |