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', |