From e0b239a76d895926884ad40728eae782dfab6042 Mon Sep 17 00:00:00 2001 From: "wtc@google.com" Date: Mon, 25 Aug 2008 17:14:50 +0000 Subject: We can link with secur32.lib and call the SSPI functions directly. Add secur32.dll to chrome.dll.deps as a new dependency of chrome.dll. R=maruel BUG=1272567 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1310 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome.dll.deps | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome') diff --git a/chrome/app/chrome.dll.deps b/chrome/app/chrome.dll.deps index dc74e05..d54ab1e 100644 --- a/chrome/app/chrome.dll.deps +++ b/chrome/app/chrome.dll.deps @@ -16,6 +16,7 @@ dependents = [ 'ole32.dll', 'OLEAUT32.dll', 'OLEACC.dll', + 'secur32.dll', ] delay_loaded = [ -- cgit v1.1