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

Unified Diff: scripts/slave/zip_build.py

Issue 110373008: Remove Chrome Frame tests everywhere. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 7 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
Index: scripts/slave/zip_build.py
diff --git a/scripts/slave/zip_build.py b/scripts/slave/zip_build.py
index 86d4c6e35e5bd0bd20ad4d3edcc460e304cf6f3e..b7236baed9821f06da863c3052b7f6531272a5f2 100755
--- a/scripts/slave/zip_build.py
+++ b/scripts/slave/zip_build.py
@@ -110,7 +110,6 @@ def FileRegexWhitelist(options):
# TODO(nsylvain): This should really be defined somewhere else.
return (r'^(chrome[_.]dll|chrome[_.]exe'
# r'|browser_test.+|unit_tests'
- # r'|chrome_frame_.*tests'
r')\.pdb$')
return '$NO_FILTER^'

Powered by Google App Engine
This is Rietveld 408576698