Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: chrome/test/unit/unittests.vcproj

Issue 126103: Wean activex_shim from urlmon.lib:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/chrome_dll.vcproj ('k') | webkit/activex_shim/activex_shim.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/unit/unittests.vcproj
===================================================================
--- chrome/test/unit/unittests.vcproj (revision 18364)
+++ chrome/test/unit/unittests.vcproj (working copy)
@@ -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"
« no previous file with comments | « chrome/app/chrome_dll.vcproj ('k') | webkit/activex_shim/activex_shim.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698