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

Unified Diff: third_party/tcmalloc/tcmalloc.gyp

Issue 660314: make sure we don't include the obsolete 2008 SDK dir.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 10 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 | « third_party/libjingle/libjingle.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/tcmalloc.gyp
===================================================================
--- third_party/tcmalloc/tcmalloc.gyp (revision 40307)
+++ third_party/tcmalloc/tcmalloc.gyp (working copy)
@@ -143,7 +143,7 @@
'VCLibrarianTool=': {
'AdditionalOptions': ['/ignore:4006,4221'],
'AdditionalLibraryDirectories':
- ['<(DEPTH)/third_party/platformsdk_win2008_6_1/files/Lib'],
+ ['<(DEPTH)/third_party/platformsdk_win7/files/Lib'],
},
'VCLinkerTool': {
'AdditionalOptions': ['/ignore:4006'],
« no previous file with comments | « third_party/libjingle/libjingle.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698