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

Unified Diff: scripts/slave/zip_build.py

Issue 11396002: Allow zip_build to zip up chrome_dll.pdb OR chrome.dll.pdb (Closed) Base URL: http://git.chromium.org/chromium/tools/build.git@master
Patch Set: Created 8 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/zip_build.py
diff --git a/scripts/slave/zip_build.py b/scripts/slave/zip_build.py
index 35535aa9f923204e55ed3f5bad8f9629c8d73f8b..9bf9ed58ecdfeab99dc9ff1e8d209be513b3716e 100755
--- a/scripts/slave/zip_build.py
+++ b/scripts/slave/zip_build.py
@@ -100,7 +100,7 @@ def FileRegexWhitelist(options):
# Special case for chrome. Add back all the chrome*.pdb files to the list.
# Also add browser_test*.pdb, ui_tests.pdb and ui_tests.pdb.
# TODO(nsylvain): This should really be defined somewhere else.
- return (r'^(chrome_dll|chrome_exe'
+ return (r'^(chrome.dll|chrome.exe'
Isaac (away) 2012/11/07 21:42:39 use [._] if you want to match that. Lets try to a
iannucci 2012/11/07 21:53:10 Done.
# r'|browser_test.+|unit_tests'
# r'|chrome_frame_.*tests'
r')\.pdb$')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698