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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index bcbb25943a89239189e6a9c07bfa164e8b0cdd9d..e98430cef9b2a05ca67c0cf67da43fc4f011de7e 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -167,7 +167,7 @@
'target_name': 'All_syzygy',
'type': 'none',
'conditions': [
- ['OS=="win" and fastbuild==0', {
+ ['OS=="win" and fastbuild==0 and asan!=1', {
'dependencies': [
'../chrome/installer/mini_installer_syzygy.gyp:*',
],
« 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