summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome.dll.deps
diff options
context:
space:
mode:
authorcpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-12 23:05:10 +0000
committercpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-12 23:05:10 +0000
commite3875f053e3b0aa977a324b39644f61cbd85ded7 (patch)
tree917a0b549da031cdf2e848786f62a7587bf5add6 /chrome/app/chrome.dll.deps
parentb949f1110dea9e220706cbe72ede4118d78308f0 (diff)
downloadchromium_src-e3875f053e3b0aa977a324b39644f61cbd85ded7.zip
chromium_src-e3875f053e3b0aa977a324b39644f61cbd85ded7.tar.gz
chromium_src-e3875f053e3b0aa977a324b39644f61cbd85ded7.tar.bz2
Make ws2_32.dll delay load again
- In r13569 I removed it from delay load in using_libxml.vsprops - Here I put it back in a more logical place BUG=10012 TBR=maruel Review URL: http://codereview.chromium.org/67073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13574 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome.dll.deps')
-rw-r--r--chrome/app/chrome.dll.deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome.dll.deps b/chrome/app/chrome.dll.deps
index d806ce9..afb5710 100644
--- a/chrome/app/chrome.dll.deps
+++ b/chrome/app/chrome.dll.deps
@@ -16,7 +16,6 @@ dependents = [
'OLEACC.dll',
'secur32.dll',
't2embed.dll',
- 'WS2_32.dll',
]
delay_loaded = [
@@ -25,6 +24,7 @@ delay_loaded = [
'CRYPT32.dll',
'WINHTTP.dll',
'WININET.dll',
+ 'WS2_32.dll',
'PSAPI.DLL',
'dwmapi.dll',
'COMDLG32.dll',