| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'target_name': 'chrome_dll', | 9 'target_name': 'chrome_dll', |
| 10 'type': 'none', | 10 'type': 'none', |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 }], | 176 }], |
| 177 ], | 177 ], |
| 178 'DelayLoadDLLs': [ | 178 'DelayLoadDLLs': [ |
| 179 'comdlg32.dll', | 179 'comdlg32.dll', |
| 180 'crypt32.dll', | 180 'crypt32.dll', |
| 181 'cryptui.dll', | 181 'cryptui.dll', |
| 182 'dhcpcsvc.dll', | 182 'dhcpcsvc.dll', |
| 183 'imagehlp.dll', | 183 'imagehlp.dll', |
| 184 'imm32.dll', | 184 'imm32.dll', |
| 185 'iphlpapi.dll', | 185 'iphlpapi.dll', |
| 186 'mf.dll', | |
| 187 'mfplat.dll', | |
| 188 'mfreadwrite.dll', | |
| 189 'setupapi.dll', | 186 'setupapi.dll', |
| 190 'urlmon.dll', | 187 'urlmon.dll', |
| 191 'winhttp.dll', | 188 'winhttp.dll', |
| 192 'wininet.dll', | 189 'wininet.dll', |
| 193 'winspool.drv', | 190 'winspool.drv', |
| 194 'ws2_32.dll', | 191 'ws2_32.dll', |
| 195 'wsock32.dll', | 192 'wsock32.dll', |
| 196 ], | 193 ], |
| 197 }, | 194 }, |
| 198 'VCManifestTool': { | 195 'VCManifestTool': { |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 ], | 261 ], |
| 265 }], | 262 }], |
| 266 ], # conditions | 263 ], # conditions |
| 267 }], # OS=="mac" | 264 }], # OS=="mac" |
| 268 ], # conditions | 265 ], # conditions |
| 269 }, # target chrome_dll | 266 }, # target chrome_dll |
| 270 ], # targets | 267 ], # targets |
| 271 }], # OS=="mac" or OS=="win" | 268 }], # OS=="mac" or OS=="win" |
| 272 ], | 269 ], |
| 273 } | 270 } |
| OLD | NEW |