summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
authorsiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-24 03:19:52 +0000
committersiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-24 03:19:52 +0000
commit31e0fead123dcdcf50ffa9f53eb87a28742f9de7 (patch)
tree9a7f14c797e9d8e9a0f0bfa2dc41476b1e94ef9e /chrome/chrome_exe.gypi
parentbd81f3fdcb27097d9ddc293dea09efd6de628f02 (diff)
downloadchromium_src-31e0fead123dcdcf50ffa9f53eb87a28742f9de7.zip
chromium_src-31e0fead123dcdcf50ffa9f53eb87a28742f9de7.tar.gz
chromium_src-31e0fead123dcdcf50ffa9f53eb87a28742f9de7.tar.bz2
Remove the Syzygy optimization alternative from GYP configs.
R=robertshield@chromium.org,rogerm@chromium.org Review URL: http://codereview.chromium.org/8685001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111488 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi13
1 files changed, 1 insertions, 12 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index aa83d47..7f84364 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -434,19 +434,8 @@
},
}],
['OS=="win"', {
- 'conditions': [
- ['optimize_with_syzygy==1', {
- # With syzygy enabled there is an intermediate target which
- # builds an initial version of chrome_dll, then optimizes it
- # to its final location. The optimization step also
- # depends on chrome_exe, so here we depend on the initial
- # chrome_dll.
- 'dependencies': ['chrome_dll_initial',]
- }, {
- 'dependencies': ['chrome_dll',]
- }],
- ],
'dependencies': [
+ 'chrome_dll',
'chrome_version_resources',
'installer_util',
'installer_util_strings',