| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'conditions': [ | 5 'conditions': [ |
| 6 ['OS=="win" and fastbuild==0 and chrome_multiple_dll==0', { | 6 ['OS=="win" and fastbuild==0 and chrome_split_dll==0', { |
| 7 # Reorder or instrument the initial chrome DLL executable, placing the | 7 # Reorder or instrument the initial chrome DLL executable, placing the |
| 8 # optimized output and corresponding PDB file into the "syzygy" | 8 # optimized output and corresponding PDB file into the "syzygy" |
| 9 # subdirectory. | 9 # subdirectory. |
| 10 # This target won't build in fastbuild, since there are no PDBs. | 10 # This target won't build in fastbuild, since there are no PDBs. |
| 11 'targets': [ | 11 'targets': [ |
| 12 { | 12 { |
| 13 'target_name': 'chrome_dll_syzygy', | 13 'target_name': 'chrome_dll_syzygy', |
| 14 'type': 'none', | 14 'type': 'none', |
| 15 'sources' : [], | 15 'sources' : [], |
| 16 'dependencies': [ | 16 'dependencies': [ |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 ], | 76 ], |
| 77 }, | 77 }, |
| 78 ], | 78 ], |
| 79 }], | 79 }], |
| 80 ], | 80 ], |
| 81 }, | 81 }, |
| 82 ], | 82 ], |
| 83 }], | 83 }], |
| 84 ], | 84 ], |
| 85 } | 85 } |
| OLD | NEW |