diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-13 15:12:59 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-13 15:12:59 +0000 |
commit | adc0fc28c932ae503d5392577c4d232bc478b8fb (patch) | |
tree | 73fb7adf1b7a58aa376fd85c2672061210280ea9 /chrome/test/unit | |
parent | 5c2387504ee4124ce0521212d895bae87cf08d8f (diff) | |
download | chromium_src-adc0fc28c932ae503d5392577c4d232bc478b8fb.zip chromium_src-adc0fc28c932ae503d5392577c4d232bc478b8fb.tar.gz chromium_src-adc0fc28c932ae503d5392577c4d232bc478b8fb.tar.bz2 |
Remove unnecessary addition of urlmon.lib to AdditionalDependencies
of activex_shim. Add it as a dependency of default_plugin.
Add urlmon.lib to AdditionalDependencies in unittests.vcproj
(going away soon, but this makes the transition smooth).
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/125099
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18354 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" |