Index: content/content_shell.gypi |
diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
index d5c8dcd848566e958c9881610bb2493ab66da1f7..598fb305aeee38215980721454e127150c90548d 100644 |
--- a/content/content_shell.gypi |
+++ b/content/content_shell.gypi |
@@ -1071,7 +1071,7 @@ |
}, |
], |
}], # OS=="win" |
- ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { |
+ ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1', { |
'variables': { |
'dest_dir': '<(PRODUCT_DIR)/syzygy', |
}, |