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 '../content/content.gyp:*', | 15 '../content/content.gyp:*', |
16 '../crypto/crypto.gyp:*', | 16 '../crypto/crypto.gyp:*', |
| 17 '../media/media.gyp:*', |
17 '../net/net.gyp:*', | 18 '../net/net.gyp:*', |
18 '../sdch/sdch.gyp:*', | 19 '../sdch/sdch.gyp:*', |
19 '../sql/sql.gyp:*', | 20 '../sql/sql.gyp:*', |
20 '../sync/sync.gyp:*', | 21 '../sync/sync.gyp:*', |
21 '../testing/gmock.gyp:*', | 22 '../testing/gmock.gyp:*', |
22 '../testing/gtest.gyp:*', | 23 '../testing/gtest.gyp:*', |
23 '../third_party/icu/icu.gyp:*', | 24 '../third_party/icu/icu.gyp:*', |
24 '../third_party/libxml/libxml.gyp:*', | 25 '../third_party/libxml/libxml.gyp:*', |
25 '../third_party/sqlite/sqlite.gyp:*', | 26 '../third_party/sqlite/sqlite.gyp:*', |
26 '../third_party/zlib/zlib.gyp:*', | 27 '../third_party/zlib/zlib.gyp:*', |
27 '../ui/snapshot/snapshot.gyp:*', | 28 '../ui/snapshot/snapshot.gyp:*', |
28 '../ui/ui.gyp:*', | 29 '../ui/ui.gyp:*', |
29 '../url/url.gyp:*', | 30 '../url/url.gyp:*', |
30 ], | 31 ], |
31 'conditions': [ | 32 'conditions': [ |
32 ['OS!="ios"', { | 33 ['OS!="ios"', { |
33 'dependencies': [ | 34 'dependencies': [ |
34 '../cc/cc_tests.gyp:*', | 35 '../cc/cc_tests.gyp:*', |
35 '../components/components.gyp:*', | 36 '../components/components.gyp:*', |
36 '../device/bluetooth/bluetooth.gyp:*', | 37 '../device/bluetooth/bluetooth.gyp:*', |
37 '../device/device_tests.gyp:*', | 38 '../device/device_tests.gyp:*', |
38 '../device/usb/usb.gyp:*', | 39 '../device/usb/usb.gyp:*', |
39 '../gpu/gpu.gyp:*', | 40 '../gpu/gpu.gyp:*', |
40 '../gpu/tools/tools.gyp:*', | 41 '../gpu/tools/tools.gyp:*', |
41 '../ipc/ipc.gyp:*', | 42 '../ipc/ipc.gyp:*', |
42 '../jingle/jingle.gyp:*', | 43 '../jingle/jingle.gyp:*', |
43 '../media/media.gyp:*', | |
44 '../ppapi/ppapi.gyp:*', | 44 '../ppapi/ppapi.gyp:*', |
45 '../ppapi/ppapi_internal.gyp:*', | 45 '../ppapi/ppapi_internal.gyp:*', |
46 '../printing/printing.gyp:*', | 46 '../printing/printing.gyp:*', |
47 '../skia/skia.gyp:*', | 47 '../skia/skia.gyp:*', |
48 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 48 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
49 '../third_party/cld/cld.gyp:*', | 49 '../third_party/cld/cld.gyp:*', |
50 '../third_party/codesighs/codesighs.gyp:*', | 50 '../third_party/codesighs/codesighs.gyp:*', |
51 '../third_party/ffmpeg/ffmpeg.gyp:*', | 51 '../third_party/ffmpeg/ffmpeg.gyp:*', |
52 '../third_party/iccjpeg/iccjpeg.gyp:*', | 52 '../third_party/iccjpeg/iccjpeg.gyp:*', |
53 '../third_party/libpng/libpng.gyp:*', | 53 '../third_party/libpng/libpng.gyp:*', |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 ], | 200 ], |
201 ], | 201 ], |
202 }, # target_name: All_syzygy | 202 }, # target_name: All_syzygy |
203 { | 203 { |
204 'target_name': 'chromium_builder_tests', | 204 'target_name': 'chromium_builder_tests', |
205 'type': 'none', | 205 'type': 'none', |
206 'dependencies': [ | 206 'dependencies': [ |
207 '../base/base.gyp:base_unittests', | 207 '../base/base.gyp:base_unittests', |
208 '../chrome/chrome.gyp:unit_tests', | 208 '../chrome/chrome.gyp:unit_tests', |
209 '../crypto/crypto.gyp:crypto_unittests', | 209 '../crypto/crypto.gyp:crypto_unittests', |
| 210 '../media/media.gyp:media_unittests', |
210 '../net/net.gyp:net_unittests', | 211 '../net/net.gyp:net_unittests', |
211 '../sql/sql.gyp:sql_unittests', | 212 '../sql/sql.gyp:sql_unittests', |
212 '../ui/ui.gyp:ui_unittests', | 213 '../ui/ui.gyp:ui_unittests', |
213 '../url/url.gyp:googleurl_unittests', | 214 '../url/url.gyp:googleurl_unittests', |
214 ], | 215 ], |
215 'conditions': [ | 216 'conditions': [ |
216 ['OS!="ios"', { | 217 ['OS!="ios"', { |
217 'dependencies': [ | 218 'dependencies': [ |
218 '../cc/cc_tests.gyp:cc_unittests', | 219 '../cc/cc_tests.gyp:cc_unittests', |
219 '../chrome/chrome.gyp:browser_tests', | 220 '../chrome/chrome.gyp:browser_tests', |
220 '../chrome/chrome.gyp:chromedriver2_tests', | 221 '../chrome/chrome.gyp:chromedriver2_tests', |
221 '../chrome/chrome.gyp:chromedriver2_unittests', | 222 '../chrome/chrome.gyp:chromedriver2_unittests', |
222 '../chrome/chrome.gyp:interactive_ui_tests', | 223 '../chrome/chrome.gyp:interactive_ui_tests', |
223 '../chrome/chrome.gyp:sync_integration_tests', | 224 '../chrome/chrome.gyp:sync_integration_tests', |
224 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 225 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
225 '../components/components.gyp:components_unittests', | 226 '../components/components.gyp:components_unittests', |
226 '../content/content.gyp:content_browsertests', | 227 '../content/content.gyp:content_browsertests', |
227 '../content/content.gyp:content_shell', | 228 '../content/content.gyp:content_shell', |
228 '../content/content.gyp:content_unittests', | 229 '../content/content.gyp:content_unittests', |
229 '../device/device_tests.gyp:device_unittests', | 230 '../device/device_tests.gyp:device_unittests', |
230 '../gpu/gpu.gyp:gpu_unittests', | 231 '../gpu/gpu.gyp:gpu_unittests', |
231 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', | 232 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', |
232 '../ipc/ipc.gyp:ipc_tests', | 233 '../ipc/ipc.gyp:ipc_tests', |
233 '../jingle/jingle.gyp:jingle_unittests', | 234 '../jingle/jingle.gyp:jingle_unittests', |
234 '../media/media.gyp:media_unittests', | |
235 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 235 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
236 '../printing/printing.gyp:printing_unittests', | 236 '../printing/printing.gyp:printing_unittests', |
237 '../remoting/remoting.gyp:remoting_unittests', | 237 '../remoting/remoting.gyp:remoting_unittests', |
238 '../sync/sync.gyp:sync_unit_tests', | 238 '../sync/sync.gyp:sync_unit_tests', |
239 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 239 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
240 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 240 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
241 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', | 241 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', |
242 '../third_party/WebKit/public/all.gyp:all_blink', | 242 '../third_party/WebKit/public/all.gyp:all_blink', |
243 ], | 243 ], |
244 }], | 244 }], |
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
897 '../chrome/chrome.gyp:interactive_ui_tests_run', | 897 '../chrome/chrome.gyp:interactive_ui_tests_run', |
898 '../chrome/chrome.gyp:sync_integration_tests_run', | 898 '../chrome/chrome.gyp:sync_integration_tests_run', |
899 '../chrome/chrome.gyp:unit_tests_run', | 899 '../chrome/chrome.gyp:unit_tests_run', |
900 '../net/net.gyp:net_unittests_run', | 900 '../net/net.gyp:net_unittests_run', |
901 ], | 901 ], |
902 }, # target_name: chromium_swarm_tests | 902 }, # target_name: chromium_swarm_tests |
903 ], | 903 ], |
904 }], | 904 }], |
905 ], # conditions | 905 ], # conditions |
906 } | 906 } |
OLD | NEW |