Index: scripts/slave/zip_build.py |
diff --git a/scripts/slave/zip_build.py b/scripts/slave/zip_build.py |
index 35535aa9f923204e55ed3f5bad8f9629c8d73f8b..6b3376f9b8bc874d64764f68bd1be2a4ccde9080 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' |
# r'|browser_test.+|unit_tests' |
# r'|chrome_frame_.*tests' |
r')\.pdb$') |