Index: chrome/installer/mini_installer.gyp |
=================================================================== |
--- chrome/installer/mini_installer.gyp (revision 93513) |
+++ chrome/installer/mini_installer.gyp (working copy) |
@@ -6,6 +6,7 @@ |
# 'branding_dir' is set in the 'conditions' section at the bottom. |
'msvs_use_common_release': 0, |
'msvs_use_common_linker_extras': 0, |
+ 'optimize_with_syzygy%': 0, |
chrisha
2011/07/26 23:47:24
What does the trailing '%' do?
|
}, |
'conditions': [ |
['OS=="win"', { |
@@ -175,6 +176,13 @@ |
'mini_installer/chrome.release', |
'mini_installer/chrome_appid.cc', |
], |
+ 'conditions': [ |
+ ['optimize_with_syzygy==1', { |
+ 'dependencies' : [ |
+ '../chrome.gyp:syzygy_optimized_binaries', |
+ ], |
+ }], |
+ ], |
'rules': [ |
{ |
'rule_name': 'installer_archive', |