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