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

Unified Diff: chrome/installer/mini_installer.gyp

Issue 7464040: Integrate syzygy (optionally) into the chrome build process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Initial review. Created 9 years, 5 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
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',

Powered by Google App Engine
This is Rietveld 408576698