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

Unified Diff: chrome/app/chrome_dll.vcproj

Issue 119265: Convert tcmalloc (and its modified libcmt) to building with gyp.... (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 | « build/all.gyp ('k') | chrome/chrome.gyp » ('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 17784)
+++ chrome/app/chrome_dll.vcproj (working copy)
@@ -56,7 +56,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="$(OutDir)\obj\tcmalloc\libcmt.lib"
+ AdditionalDependencies="$(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\tcmalloc\libcmt.lib"
+ AdditionalDependencies="$(OutDir)\obj\global_intermediate\tcmalloc\libcmt.lib"
OutputFile="$(OutDir)\chrome.dll"
IgnoreDefaultLibraryNames="libcmt.lib"
ImportLibrary="$(OutDir)\lib\$(ProjectName).lib"
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698