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

Unified Diff: build/all.gyp

Issue 167773002: Make SyzyAsan depend on 'syzyasan' GYP flag instead of 'asan==1 and OS=="win"' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 months 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 | « no previous file | 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 2d89dd41e8298a0a07adf07a86262564a774442d..d9d84e28fc84978c81b17de22302cb8f2f494522 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -327,7 +327,7 @@
'../remoting/remoting.gyp:remoting_host_installation',
],
}],
- ['asan==1', {
+ ['syzyasan==1', {
'variables': {
# Disable incremental linking for all modules.
# 0: inherit, 1: disabled, 2: enabled.
@@ -343,7 +343,7 @@
],
'msvs_settings': {
'VCLinkerTool': {
- # Enable profile information (necessary for asan
+ # Enable profile information (necessary for SyzyAsan
# instrumentation). This is incompatible with incremental
# linking.
'Profile': 'true',
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698