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

Unified Diff: chrome/chrome_exe.gypi

Issue 8685001: Remove the Syzygy optimization alternative from GYP configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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_dll.gypi ('K') | « chrome/chrome_dll_syzygy.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index aa83d47e64f02f448eb167b92b9351ca98a4bd77..7f8436474347793c8ded3cee9f8db615c151e54a 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',
« chrome/chrome_dll.gypi ('K') | « chrome/chrome_dll_syzygy.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698