diff options
author | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-06 15:48:28 +0000 |
---|---|---|
committer | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-06 15:48:28 +0000 |
commit | 1e35f758e84d9b20e3d145fd979b76e6835398a8 (patch) | |
tree | 5bf78781852b73ee2183429889e83b03ab5cdf12 /chrome/installer | |
parent | 5108697f046f171e31ff8f156b9179ccb388f9ad (diff) | |
download | chromium_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/installer')
-rw-r--r-- | chrome/installer/mini_installer/chrome.release | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/installer/mini_installer/chrome.release b/chrome/installer/mini_installer/chrome.release index ac300d9..7acbb0f 100644 --- a/chrome/installer/mini_installer/chrome.release +++ b/chrome/installer/mini_installer/chrome.release @@ -42,8 +42,7 @@ servers\*.dll: %(VersionDir)s\ servers\*.exe: %(VersionDir)s\ Extensions\*.*: %(VersionDir)s\Extensions\ av*.dll: %(VersionDir)s\ -syncapi.dll: %(VersionDir)s\ +pthreads.dll: %(VersionDir)s\ [GOOGLE_CHROME] rlz.dll: %(VersionDir)s\ -pthreads.dll: %(VersionDir)s\ |