diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-12 02:54:47 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-12 02:54:47 +0000 |
commit | 69ddd0f57af77b663a87cdc6253057a11e7c848a (patch) | |
tree | 5a82bea76a4c5296c8b71d7783add80070b6e32f /chrome | |
parent | 8442d9d610b0853a3ae6c72096bf3529ba49bc27 (diff) | |
download | chromium_src-69ddd0f57af77b663a87cdc6253057a11e7c848a.zip chromium_src-69ddd0f57af77b663a87cdc6253057a11e7c848a.tar.gz chromium_src-69ddd0f57af77b663a87cdc6253057a11e7c848a.tar.bz2 |
Add WS_32.dll to the dependencies
- it was on delayload now needs to go to regular early bind
- I want to see the perf hit and fix the build :)
TBR=maruel
Review URL: http://codereview.chromium.org/71008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/chrome.dll.deps | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/app/chrome.dll.deps b/chrome/app/chrome.dll.deps index 35d4de0..d806ce9 100644 --- a/chrome/app/chrome.dll.deps +++ b/chrome/app/chrome.dll.deps @@ -16,6 +16,7 @@ dependents = [ 'OLEACC.dll', 'secur32.dll', 't2embed.dll', + 'WS2_32.dll', ] delay_loaded = [ @@ -24,7 +25,7 @@ delay_loaded = [ 'CRYPT32.dll', 'WINHTTP.dll', 'WININET.dll', - 'PSAPI.DLL', + 'PSAPI.DLL', 'dwmapi.dll', 'COMDLG32.dll', 'urlmon.dll', |