Commit fd92f703 authored by bradnelson@google.com's avatar bradnelson@google.com

Whitelisting scons + naclsdk in checkperms so that the nacl sdk

can land verbatim.

BUG=None
TEST=None
R=noelallen@google.com
Review URL: http://codereview.chromium.org/8568043

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110869 0039d316-1c4b-4281-b951-d872f2087c98
parent 4c2f5633
...@@ -88,7 +88,9 @@ WHITELIST_FILENAMES = set(( ...@@ -88,7 +88,9 @@ WHITELIST_FILENAMES = set((
'depcomp', 'depcomp',
'install-sh', 'install-sh',
'missing', 'missing',
'mkinstalldirs' 'mkinstalldirs',
'scons',
'naclsdk',
)) ))
# File paths that contain these regexps will be whitelisted as well. # File paths that contain these regexps will be whitelisted as well.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment