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

Unified Diff: chrome/app/chrome_dll.vcproj

Issue 99173: Switching webkit over to gyp on windows. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 8 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
Index: chrome/app/chrome_dll.vcproj
===================================================================
--- chrome/app/chrome_dll.vcproj (revision 14831)
+++ chrome/app/chrome_dll.vcproj (working copy)
@@ -56,7 +56,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="$(OutDir)\obj\tcmalloc\libcmt.lib"
sgk 2009/04/29 12:34:52 Hmm. Seems like this should already be installed
+ AdditionalDependencies="$(OutDir)\lib\tcmalloc.lib"
OutputFile="$(IntDir)\chrome.dll"
LinkIncremental="1"
IgnoreDefaultLibraryNames="libcmtd.lib"
@@ -230,7 +230,7 @@
>
</File>
<File
- RelativePath="$(OutDir)\grit_derived_sources\webkit_resources.rc"
+ RelativePath="$(OutDir)\obj\global_intermediate\webkit\webkit_resources.rc"
>
</File>
<File
« no previous file with comments | « build/all.gyp ('k') | chrome/app/locales/ar.vcproj » ('j') | chrome/app/locales/ar.vcproj » ('J')

Powered by Google App Engine
This is Rietveld 408576698