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$') |