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

Unified Diff: tools/purify/purify_message.py

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 | « tools/memory_watcher/scripts/memtrace.pl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/purify/purify_message.py
===================================================================
--- tools/purify/purify_message.py (revision 7513)
+++ tools/purify/purify_message.py (working copy)
@@ -117,7 +117,7 @@
# if functions match the following, elide them from the stack
pat_func_elide = (re.compile('^std::'), re.compile('^new\('))
# if files match the following, elide them from the stack
- pat_file_elide = (re.compile('.*platformsdk_vista.*'),
+ pat_file_elide = (re.compile('.*platformsdk_win2008.*'),
re.compile('.*.(dll|DLL)$'),
# bug 1069902
re.compile('webkit/pending/wtf/fastmalloc\.h'),
« no previous file with comments | « tools/memory_watcher/scripts/memtrace.pl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698