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

Unified Diff: tools/memory_watcher/scripts/memtrace.pl

Issue 16496: Update build files to use PSDK 6.1 (platformsdk_win2008_6_1). This is necessa... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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 | « sandbox/wow_helper/wow_helper.vcproj ('k') | tools/purify/purify_message.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/memory_watcher/scripts/memtrace.pl
===================================================================
--- tools/memory_watcher/scripts/memtrace.pl (revision 7513)
+++ tools/memory_watcher/scripts/memtrace.pl (working copy)
@@ -101,7 +101,7 @@
if ($filename =~ m/microsoft visual studio 8/) {
next;
}
- if ($filename =~ m/platformsdk_vista_6_0/) {
+ if ($filename =~ m/platformsdk_win2008_6_1/) {
next;
}
if ($location_blame eq "") {
« no previous file with comments | « sandbox/wow_helper/wow_helper.vcproj ('k') | tools/purify/purify_message.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698