| Index: chrome/chrome_syzygy.gyp
|
| diff --git a/chrome/chrome_syzygy.gyp b/chrome/chrome_syzygy.gyp
|
| index 1629f3c62389308a89953a94a7a314df1745547b..09d4f57f095582e7240ebe5d89ee6ad9cf9b84a7 100644
|
| --- a/chrome/chrome_syzygy.gyp
|
| +++ b/chrome/chrome_syzygy.gyp
|
| @@ -3,7 +3,7 @@
|
| # found in the LICENSE file.
|
| {
|
| 'conditions': [
|
| - ['OS=="win" and fastbuild==0 and chrome_split_dll==0', {
|
| + ['OS=="win" and fastbuild==0 and chrome_multiple_dll==0', {
|
| # Reorder or instrument the initial chrome DLL executable, placing the
|
| # optimized output and corresponding PDB file into the "syzygy"
|
| # subdirectory.
|
|
|