| 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 1036 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 |