Chromium Code Reviews| 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:*', | |
|
blundell
2013/10/02 10:01:17
As discussed offline, I think that this change wou
droger
2013/10/02 10:59:41
Done.
| |
| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 200 }, | 200 }, |
| 201 ], | 201 ], |
| 202 ], | 202 ], |
| 203 }, # target_name: All_syzygy | 203 }, # target_name: All_syzygy |
| 204 { | 204 { |
| 205 'target_name': 'chromium_builder_tests', | 205 'target_name': 'chromium_builder_tests', |
| 206 'type': 'none', | 206 'type': 'none', |
| 207 'dependencies': [ | 207 'dependencies': [ |
| 208 '../base/base.gyp:base_unittests', | 208 '../base/base.gyp:base_unittests', |
| 209 '../chrome/chrome.gyp:unit_tests', | 209 '../chrome/chrome.gyp:unit_tests', |
| 210 '../components/components.gyp:components_unittests', | |
| 210 '../crypto/crypto.gyp:crypto_unittests', | 211 '../crypto/crypto.gyp:crypto_unittests', |
| 211 '../net/net.gyp:net_unittests', | 212 '../net/net.gyp:net_unittests', |
| 212 '../sql/sql.gyp:sql_unittests', | 213 '../sql/sql.gyp:sql_unittests', |
| 213 '../ui/ui.gyp:ui_unittests', | 214 '../ui/ui.gyp:ui_unittests', |
| 214 '../url/url.gyp:url_unittests', | 215 '../url/url.gyp:url_unittests', |
| 215 ], | 216 ], |
| 216 'conditions': [ | 217 'conditions': [ |
| 217 ['OS!="ios"', { | 218 ['OS!="ios"', { |
| 218 'dependencies': [ | 219 'dependencies': [ |
| 219 '../cc/cc_tests.gyp:cc_unittests', | 220 '../cc/cc_tests.gyp:cc_unittests', |
| 220 '../chrome/chrome.gyp:browser_tests', | 221 '../chrome/chrome.gyp:browser_tests', |
| 221 '../chrome/chrome.gyp:chromedriver_tests', | 222 '../chrome/chrome.gyp:chromedriver_tests', |
| 222 '../chrome/chrome.gyp:chromedriver_unittests', | 223 '../chrome/chrome.gyp:chromedriver_unittests', |
| 223 # TODO(kkania): Remove these after infra no longer depends on them. | 224 # TODO(kkania): Remove these after infra no longer depends on them. |
| 224 '../chrome/chrome.gyp:chromedriver2_tests', | 225 '../chrome/chrome.gyp:chromedriver2_tests', |
| 225 '../chrome/chrome.gyp:chromedriver2_unittests', | 226 '../chrome/chrome.gyp:chromedriver2_unittests', |
| 226 '../chrome/chrome.gyp:interactive_ui_tests', | 227 '../chrome/chrome.gyp:interactive_ui_tests', |
| 227 '../chrome/chrome.gyp:sync_integration_tests', | 228 '../chrome/chrome.gyp:sync_integration_tests', |
| 228 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 229 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 229 '../components/components.gyp:components_unittests', | |
| 230 '../content/content.gyp:content_browsertests', | 230 '../content/content.gyp:content_browsertests', |
| 231 '../content/content.gyp:content_shell', | 231 '../content/content.gyp:content_shell', |
| 232 '../content/content.gyp:content_unittests', | 232 '../content/content.gyp:content_unittests', |
| 233 '../device/device_tests.gyp:device_unittests', | 233 '../device/device_tests.gyp:device_unittests', |
| 234 '../google_apis/google_apis.gyp:google_apis_unittests', | 234 '../google_apis/google_apis.gyp:google_apis_unittests', |
| 235 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', | 235 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', |
| 236 '../gpu/gpu.gyp:gpu_unittests', | 236 '../gpu/gpu.gyp:gpu_unittests', |
| 237 '../ipc/ipc.gyp:ipc_tests', | 237 '../ipc/ipc.gyp:ipc_tests', |
| 238 '../jingle/jingle.gyp:jingle_unittests', | 238 '../jingle/jingle.gyp:jingle_unittests', |
| 239 '../media/media.gyp:media_unittests', | 239 '../media/media.gyp:media_unittests', |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 915 '../chrome/chrome.gyp:interactive_ui_tests_run', | 915 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 916 '../chrome/chrome.gyp:sync_integration_tests_run', | 916 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 917 '../chrome/chrome.gyp:unit_tests_run', | 917 '../chrome/chrome.gyp:unit_tests_run', |
| 918 '../net/net.gyp:net_unittests_run', | 918 '../net/net.gyp:net_unittests_run', |
| 919 ], | 919 ], |
| 920 }, # target_name: chromium_swarm_tests | 920 }, # target_name: chromium_swarm_tests |
| 921 ], | 921 ], |
| 922 }], | 922 }], |
| 923 ], # conditions | 923 ], # conditions |
| 924 } | 924 } |
| OLD | NEW |