| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 'conditions': [ | 152 'conditions': [ |
| 153 ['OS=="win" and fastbuild==0', { | 153 ['OS=="win" and fastbuild==0', { |
| 154 'dependencies': [ | 154 'dependencies': [ |
| 155 '../chrome/installer/mini_installer_syzygy.gyp:*', | 155 '../chrome/installer/mini_installer_syzygy.gyp:*', |
| 156 ], | 156 ], |
| 157 }, | 157 }, |
| 158 ], | 158 ], |
| 159 ], | 159 ], |
| 160 }, # target_name: All_syzygy | 160 }, # target_name: All_syzygy |
| 161 { | 161 { |
| 162 'target_name': 'chromium_swarm_tests', |
| 163 'type': 'none', |
| 164 'dependencies': [ |
| 165 '../base/base.gyp:base_unittests_run', |
| 166 '../net/net.gyp:net_unittests_run', |
| 167 ], |
| 168 }, # target_name: chromium_swarm_tests |
| 169 { |
| 162 'target_name': 'chromium_builder_tests', | 170 'target_name': 'chromium_builder_tests', |
| 163 'type': 'none', | 171 'type': 'none', |
| 164 'dependencies': [ | 172 'dependencies': [ |
| 165 '../base/base.gyp:base_unittests', | 173 '../base/base.gyp:base_unittests', |
| 166 '../chrome/chrome.gyp:browser_tests', | 174 '../chrome/chrome.gyp:browser_tests', |
| 167 '../chrome/chrome.gyp:interactive_ui_tests', | 175 '../chrome/chrome.gyp:interactive_ui_tests', |
| 168 '../chrome/chrome.gyp:safe_browsing_tests', | 176 '../chrome/chrome.gyp:safe_browsing_tests', |
| 169 '../chrome/chrome.gyp:sync_integration_tests', | 177 '../chrome/chrome.gyp:sync_integration_tests', |
| 170 '../chrome/chrome.gyp:ui_tests', | 178 '../chrome/chrome.gyp:ui_tests', |
| 171 '../chrome/chrome.gyp:unit_tests', | 179 '../chrome/chrome.gyp:unit_tests', |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 605 'dependencies': [ | 613 'dependencies': [ |
| 606 '../chromeos/chromeos.gyp:chromeos_unittests', | 614 '../chromeos/chromeos.gyp:chromeos_unittests', |
| 607 ], | 615 ], |
| 608 }], | 616 }], |
| 609 ], | 617 ], |
| 610 }, | 618 }, |
| 611 ], # targets | 619 ], # targets |
| 612 }], # "use_aura==1" | 620 }], # "use_aura==1" |
| 613 ], # conditions | 621 ], # conditions |
| 614 } | 622 } |
| OLD | NEW |