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

Unified Diff: chrome/app/chrome_dll.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 | « no previous file | chrome/test/unit/unittests.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_dll.vcproj
===================================================================
--- chrome/app/chrome_dll.vcproj (revision 18364)
+++ chrome/app/chrome_dll.vcproj (working copy)
@@ -56,7 +56,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="$(OutDir)\obj\global_intermediate\tcmalloc\libcmt.lib"
+ AdditionalDependencies="urlmon.lib $(OutDir)\obj\global_intermediate\tcmalloc\libcmt.lib"
OutputFile="$(IntDir)\chrome.dll"
LinkIncremental="1"
IgnoreDefaultLibraryNames="libcmtd.lib"
@@ -126,7 +126,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="$(OutDir)\obj\global_intermediate\tcmalloc\libcmt.lib"
+ AdditionalDependencies="urlmon.lib $(OutDir)\obj\global_intermediate\tcmalloc\libcmt.lib"
OutputFile="$(OutDir)\chrome.dll"
IgnoreDefaultLibraryNames="libcmt.lib"
ImportLibrary="$(OutDir)\lib\$(ProjectName).lib"
« no previous file with comments | « no previous file | chrome/test/unit/unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698