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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
191 'cryptui.dll', | 191 'cryptui.dll', |
192 'dhcpcsvc.dll', | 192 'dhcpcsvc.dll', |
193 'imagehlp.dll', | 193 'imagehlp.dll', |
194 'imm32.dll', | 194 'imm32.dll', |
195 'iphlpapi.dll', | 195 'iphlpapi.dll', |
196 'setupapi.dll', | 196 'setupapi.dll', |
197 'urlmon.dll', | 197 'urlmon.dll', |
198 'winhttp.dll', | 198 'winhttp.dll', |
199 'wininet.dll', | 199 'wininet.dll', |
200 'winspool.drv', | 200 'winspool.drv', |
201 'wlanapi.dll', | |
Jói
2013/10/25 11:09:42
I'm pretty sure your delay load will still fail on
mef
2013/10/25 15:09:05
Done.
| |
201 'ws2_32.dll', | 202 'ws2_32.dll', |
202 'wsock32.dll', | 203 'wsock32.dll', |
203 ], | 204 ], |
204 }, | 205 }, |
205 'VCManifestTool': { | 206 'VCManifestTool': { |
206 'AdditionalManifestFiles': [ | 207 'AdditionalManifestFiles': [ |
207 '$(ProjectDir)\\app\\chrome.dll.manifest', | 208 '$(ProjectDir)\\app\\chrome.dll.manifest', |
208 ], | 209 ], |
209 }, | 210 }, |
210 }, | 211 }, |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
357 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', | 358 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', |
358 'app/chrome_main.cc', | 359 'app/chrome_main.cc', |
359 'app/chrome_main_delegate.cc', | 360 'app/chrome_main_delegate.cc', |
360 'app/chrome_main_delegate.h', | 361 'app/chrome_main_delegate.h', |
361 ], | 362 ], |
362 }, # target chrome_child_dll | 363 }, # target chrome_child_dll |
363 ], | 364 ], |
364 }], | 365 }], |
365 ], | 366 ], |
366 } | 367 } |
OLD | NEW |