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', |