summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authornick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-06 15:48:28 +0000
committernick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-06 15:48:28 +0000
commit1e35f758e84d9b20e3d145fd979b76e6835398a8 (patch)
tree5bf78781852b73ee2183429889e83b03ab5cdf12 /chrome/app
parent5108697f046f171e31ff8f156b9179ccb388f9ad (diff)
downloadchromium_src-1e35f758e84d9b20e3d145fd979b76e6835398a8.zip
chromium_src-1e35f758e84d9b20e3d145fd979b76e6835398a8.tar.gz
chromium_src-1e35f758e84d9b20e3d145fd979b76e6835398a8.tar.bz2
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
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/chrome.dll.deps3
1 files changed, 2 insertions, 1 deletions
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',
]