Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: build/all.gyp

Issue 11377146: Allow windows ASAN build to work (Closed) Base URL: http://git.chromium.org/chromium/src.git@pdb
Patch Set: A smaller rev is acceptable here Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « DEPS ('k') | build/common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « DEPS ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698