Index: chrome/chrome_syzygy.gypi |
diff --git a/chrome/chrome_syzygy.gypi b/chrome/chrome_syzygy.gypi |
index a5273ba446dbfc28eb9141938bab2856aa8ed530..eae8e4ba767ebafe406526c3d7d2f7a6a12efdc8 100644 |
--- a/chrome/chrome_syzygy.gypi |
+++ b/chrome/chrome_syzygy.gypi |
@@ -17,7 +17,7 @@ |
'dest_dir': '<(PRODUCT_DIR)/syzygy', |
}, |
'conditions': [ |
- ['syzyasan!=1', { |
+ ['syzyasan==0 and syzygy_optimize==1', { |
# Reorder chrome DLL executable. |
# If there's a matching chrome.dll-ordering.json file present in |
# the output directory, chrome.dll will be ordered according to |
@@ -42,7 +42,8 @@ |
], |
}, |
], |
- }, { |
+ }], |
+ ['syzyasan==1 and syzygy_optimize==0', { |
# Instrument chrome DLL executable with SyzyAsan. |
'actions': [ |
{ |