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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 'dependencies': [ | 160 'dependencies': [ |
161 '../net/third_party/nss/ssl.gyp:*', | 161 '../net/third_party/nss/ssl.gyp:*', |
162 ], | 162 ], |
163 }], | 163 }], |
164 ], | 164 ], |
165 }, # target_name: All | 165 }, # target_name: All |
166 { | 166 { |
167 'target_name': 'All_syzygy', | 167 'target_name': 'All_syzygy', |
168 'type': 'none', | 168 'type': 'none', |
169 'conditions': [ | 169 'conditions': [ |
170 ['OS=="win" and fastbuild==0', { | 170 ['OS=="win" and fastbuild==0 and asan!=1', { |
171 'dependencies': [ | 171 'dependencies': [ |
172 '../chrome/installer/mini_installer_syzygy.gyp:*', | 172 '../chrome/installer/mini_installer_syzygy.gyp:*', |
173 ], | 173 ], |
174 }, | 174 }, |
175 ], | 175 ], |
176 ], | 176 ], |
177 }, # target_name: All_syzygy | 177 }, # target_name: All_syzygy |
178 { | 178 { |
179 'target_name': 'chromium_builder_tests', | 179 'target_name': 'chromium_builder_tests', |
180 'type': 'none', | 180 'type': 'none', |
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 '../chrome/chrome.gyp:browser_tests_run', | 727 '../chrome/chrome.gyp:browser_tests_run', |
728 '../chrome/chrome.gyp:sync_integration_tests_run', | 728 '../chrome/chrome.gyp:sync_integration_tests_run', |
729 '../chrome/chrome.gyp:unit_tests_run', | 729 '../chrome/chrome.gyp:unit_tests_run', |
730 '../net/net.gyp:net_unittests_run', | 730 '../net/net.gyp:net_unittests_run', |
731 ], | 731 ], |
732 }, # target_name: chromium_swarm_tests | 732 }, # target_name: chromium_swarm_tests |
733 ], | 733 ], |
734 }], | 734 }], |
735 ], # conditions | 735 ], # conditions |
736 } | 736 } |
OLD | NEW |