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

Unified Diff: tools/checkperms/checkperms.py

Issue 4771005: checkperms: whitelist third_party/openssl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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: tools/checkperms/checkperms.py
diff --git a/tools/checkperms/checkperms.py b/tools/checkperms/checkperms.py
index abd48b655fb7556208f7e552f2416b5d32feda2c..0d55d144e31fbec836ef6461ce825a02c49ebdd9 100755
--- a/tools/checkperms/checkperms.py
+++ b/tools/checkperms/checkperms.py
@@ -86,6 +86,7 @@ WHITELIST_FILENAMES = set((
# File paths that contain these regexps will be whitelisted as well.
WHITELIST_REGEX = [
+ re.compile('/third_party/openssl/'),
re.compile('/third_party/sqlite/'),
re.compile('/third_party/xdg-utils/'),
re.compile('/third_party/yasm/source/patched-yasm/config'),
« 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