| 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, |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 '../third_party/zlib/zlib.gyp:*', | 26 '../third_party/zlib/zlib.gyp:*', |
| 27 '../ui/snapshot/snapshot.gyp:*', | 27 '../ui/snapshot/snapshot.gyp:*', |
| 28 '../ui/ui.gyp:*', | 28 '../ui/ui.gyp:*', |
| 29 '../url/url.gyp:*', | 29 '../url/url.gyp:*', |
| 30 ], | 30 ], |
| 31 'conditions': [ | 31 'conditions': [ |
| 32 ['OS!="ios"', { | 32 ['OS!="ios"', { |
| 33 'dependencies': [ | 33 'dependencies': [ |
| 34 '../cc/cc_tests.gyp:*', | 34 '../cc/cc_tests.gyp:*', |
| 35 '../components/components.gyp:*', | 35 '../components/components.gyp:*', |
| 36 '../components/components_tests.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/cast/cast.gyp:*', | 44 '../media/cast/cast.gyp:*', |
| 44 '../media/media.gyp:*', | 45 '../media/media.gyp:*', |
| 45 '../mojo/mojo.gyp:*', | 46 '../mojo/mojo.gyp:*', |
| (...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 '../chrome/chrome.gyp:interactive_ui_tests_run', | 985 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 985 '../chrome/chrome.gyp:sync_integration_tests_run', | 986 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 986 '../chrome/chrome.gyp:unit_tests_run', | 987 '../chrome/chrome.gyp:unit_tests_run', |
| 987 '../net/net.gyp:net_unittests_run', | 988 '../net/net.gyp:net_unittests_run', |
| 988 ], | 989 ], |
| 989 }, # target_name: chromium_swarm_tests | 990 }, # target_name: chromium_swarm_tests |
| 990 ], | 991 ], |
| 991 }], | 992 }], |
| 992 ], # conditions | 993 ], # conditions |
| 993 } | 994 } |
| OLD | NEW |