Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 12a22025b02216a01720c8b617d4943063db71bf..28154e9415aef7b20c5b6f0b969dbdc2dfead26a 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -236,7 +236,8 @@ |
'target_name': 'All_syzygy', |
'type': 'none', |
'conditions': [ |
- ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { |
+ ['OS=="win" and fastbuild==0 and target_arch=="ia32" and ' |
+ '(syzyasan==1 or syzygy_optimize==1)', { |
'dependencies': [ |
'../chrome/installer/mini_installer_syzygy.gyp:*', |
], |
@@ -679,7 +680,7 @@ |
'../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuzzer.gyp:filter_fuzzer', |
], |
}], # internal_filter_fuzzer |
- ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { |
+ ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1', { |
'dependencies': [ |
'../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', |
'../content/content_shell_and_tests.gyp:content_shell_syzyasan', |