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

Unified Diff: chrome/chrome_syzygy.gypi

Issue 199633004: Put the syzygy targets behind a 'syzygy_optimize' flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 9 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 | « chrome/chrome_syzygy.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
{
« no previous file with comments | « chrome/chrome_syzygy.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698