| 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=="mac" or OS=="win"', { | 6 ['OS=="mac" or OS=="win"', { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 'conditions' : [ | 10 'conditions' : [ |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 }], ['incremental_chrome_dll==1', { | 121 }], ['incremental_chrome_dll==1', { |
| 122 'OutputFile': '$(OutDir)\\initial\\chrome.dll', | 122 'OutputFile': '$(OutDir)\\initial\\chrome.dll', |
| 123 'UseLibraryDependencyInputs': "true", | 123 'UseLibraryDependencyInputs': "true", |
| 124 }], | 124 }], |
| 125 ], | 125 ], |
| 126 'DelayLoadDLLs': [ | 126 'DelayLoadDLLs': [ |
| 127 'comdlg32.dll', | 127 'comdlg32.dll', |
| 128 'crypt32.dll', | 128 'crypt32.dll', |
| 129 'cryptui.dll', | 129 'cryptui.dll', |
| 130 'dhcpcsvc.dll', | 130 'dhcpcsvc.dll', |
| 131 'd3d9.dll', |
| 131 'imagehlp.dll', | 132 'imagehlp.dll', |
| 132 'imm32.dll', | 133 'imm32.dll', |
| 133 'iphlpapi.dll', | 134 'iphlpapi.dll', |
| 134 'setupapi.dll', | 135 'setupapi.dll', |
| 135 'urlmon.dll', | 136 'urlmon.dll', |
| 136 'winhttp.dll', | 137 'winhttp.dll', |
| 137 'wininet.dll', | 138 'wininet.dll', |
| 138 'winspool.drv', | 139 'winspool.drv', |
| 139 'ws2_32.dll', | 140 'ws2_32.dll', |
| 140 'wsock32.dll', | 141 'wsock32.dll', |
| (...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 650 ], | 651 ], |
| 651 }], | 652 }], |
| 652 ], # conditions | 653 ], # conditions |
| 653 }], # OS=="mac" | 654 }], # OS=="mac" |
| 654 ], # conditions | 655 ], # conditions |
| 655 }, # target chrome_dll | 656 }, # target chrome_dll |
| 656 ], # targets | 657 ], # targets |
| 657 }], # OS=="mac" or OS=="win" | 658 }], # OS=="mac" or OS=="win" |
| 658 ], | 659 ], |
| 659 } | 660 } |
| OLD | NEW |