From 1e35f758e84d9b20e3d145fd979b76e6835398a8 Mon Sep 17 00:00:00 2001 From: "nick@chromium.org" Date: Tue, 6 Oct 2009 15:48:28 +0000 Subject: Change the Windows build to statically link the sync library. Update installer files so that they don't reference syncapi.dll. Add a reference to iphlpapi, and make it and pthreads lazy-loaded. BUG=23609 TEST=interactive testing of two sync clients with notifications. Review URL: http://codereview.chromium.org/242118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28112 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome.dll.deps | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/app') diff --git a/chrome/app/chrome.dll.deps b/chrome/app/chrome.dll.deps index ebbd9bb..8e1b24a 100644 --- a/chrome/app/chrome.dll.deps +++ b/chrome/app/chrome.dll.deps @@ -33,5 +33,6 @@ delay_loaded = [ 'avcodec-52.dll', 'avformat-52.dll', 'avutil-50.dll', - 'syncapi.dll', + 'pthreads.dll', + 'IPHLPAPI.dll', ] -- cgit v1.1