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

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: 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
« chrome/chrome_syzygy.gyp ('K') | « 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..bfc4a3f7e008fcc042ef47fe1ccc9927057784b7 100644
--- a/chrome/chrome_syzygy.gypi
+++ b/chrome/chrome_syzygy.gypi
@@ -17,7 +17,7 @@
'dest_dir': '<(PRODUCT_DIR)/syzygy',
},
'conditions': [
- ['syzyasan!=1', {
+ ['syzyasan!=1 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', {
chrisha 2014/03/14 22:01:36 Should syzygy_optimize and syzyasan be mutually ex
Sébastien Marchand 2014/03/17 17:41:14 Done.
# Instrument chrome DLL executable with SyzyAsan.
'actions': [
{
« chrome/chrome_syzygy.gyp ('K') | « chrome/chrome_syzygy.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698