| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 '../ui/app_list/app_list.gyp:*', | 193 '../ui/app_list/app_list.gyp:*', |
| 194 ], | 194 ], |
| 195 }], | 195 }], |
| 196 ], | 196 ], |
| 197 }, # target_name: All | 197 }, # target_name: All |
| 198 { | 198 { |
| 199 'target_name': 'All_syzygy', | 199 'target_name': 'All_syzygy', |
| 200 'type': 'none', | 200 'type': 'none', |
| 201 'conditions': [ | 201 'conditions': [ |
| 202 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { | 202 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { |
| 203 'dependencies': [ | 203 'dependencies': [ |
| 204 '../chrome/installer/mini_installer_syzygy.gyp:*', | 204 '../chrome/installer/mini_installer_syzygy.gyp:*', |
| 205 ], | 205 ], |
| 206 }, | 206 }], |
| 207 ], | |
| 208 ], | 207 ], |
| 209 }, # target_name: All_syzygy | 208 }, # target_name: All_syzygy |
| 210 { | 209 { |
| 211 'target_name': 'chromium_builder_tests', | 210 'target_name': 'chromium_builder_tests', |
| 212 'type': 'none', | 211 'type': 'none', |
| 213 'dependencies': [ | 212 'dependencies': [ |
| 214 '../base/base.gyp:base_unittests', | 213 '../base/base.gyp:base_unittests', |
| 215 '../chrome/chrome.gyp:unit_tests', | 214 '../chrome/chrome.gyp:unit_tests', |
| 216 '../crypto/crypto.gyp:crypto_unittests', | 215 '../crypto/crypto.gyp:crypto_unittests', |
| 217 '../net/net.gyp:net_unittests', | 216 '../net/net.gyp:net_unittests', |
| (...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 939 '../chrome/chrome.gyp:interactive_ui_tests_run', | 938 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 940 '../chrome/chrome.gyp:sync_integration_tests_run', | 939 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 941 '../chrome/chrome.gyp:unit_tests_run', | 940 '../chrome/chrome.gyp:unit_tests_run', |
| 942 '../net/net.gyp:net_unittests_run', | 941 '../net/net.gyp:net_unittests_run', |
| 943 ], | 942 ], |
| 944 }, # target_name: chromium_swarm_tests | 943 }, # target_name: chromium_swarm_tests |
| 945 ], | 944 ], |
| 946 }], | 945 }], |
| 947 ], # conditions | 946 ], # conditions |
| 948 } | 947 } |
| OLD | NEW |