| Index: tools/checkperms/checkperms.py
|
| diff --git a/tools/checkperms/checkperms.py b/tools/checkperms/checkperms.py
|
| index 9960558ecf819e8816183fb0bfec22ad53382ab2..169eccfbde3d58ef56b12baa0148897a73f103ab 100755
|
| --- a/tools/checkperms/checkperms.py
|
| +++ b/tools/checkperms/checkperms.py
|
| @@ -181,6 +181,7 @@ IGNORED_PATHS = (
|
| 'native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/'
|
| '__init__.py',
|
| 'out/',
|
| + 'third_party/webkit/source/devtools/scripts',
|
| # TODO(maruel): Fix these.
|
| 'third_party/devscripts/licensecheck.pl.vanilla',
|
| 'third_party/hyphen/',
|
|
|