diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-14 05:51:46 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-14 05:51:46 +0000 |
commit | 64a68f93d28045ef9062c9e225b80b72e1fa5505 (patch) | |
tree | 5456d605483169aaaadba9b437044a4d7722de03 /chrome/test/unit | |
parent | 31512d445b77695d2f16ceaf2bfac51cebd19164 (diff) | |
download | chromium_src-64a68f93d28045ef9062c9e225b80b72e1fa5505.zip chromium_src-64a68f93d28045ef9062c9e225b80b72e1fa5505.tar.gz chromium_src-64a68f93d28045ef9062c9e225b80b72e1fa5505.tar.bz2 |
Convert chrome.dll to gyp generation.
Remove unnecessary addition of urlmon.lib to AdditionalDepenedencies
of activex_shim.
Add activex_shim as a dependency of default_plugin (so the things
that link against it get urlmon.lib from the link_settings of
activex_shim).
Add urlmon.lib to AdditionalDependencies in unittests.vcproj
(which is going away soon, but this makes the
transition smooth).
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/126073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/unit')
-rw-r--r-- | chrome/test/unit/unittests.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj index f0a8040..2e35b33 100644 --- a/chrome/test/unit/unittests.vcproj +++ b/chrome/test/unit/unittests.vcproj @@ -56,7 +56,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="winmm.lib" + AdditionalDependencies="urlmon.lib winmm.lib" LinkIncremental="1" /> <Tool @@ -123,7 +123,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="winmm.lib" + AdditionalDependencies="urlmon.lib winmm.lib" /> <Tool Name="VCALinkTool" |