diff options
author | dmikurube@chromium.org <dmikurube@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-07 02:13:21 +0000 |
---|---|---|
committer | dmikurube@chromium.org <dmikurube@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-07 02:13:21 +0000 |
commit | 24998df8e7594e052032ec4d79d6e83dbc80310e (patch) | |
tree | 9a683da3c147e5a2b6a8f2033812810a8d3632fa /tools/checkperms | |
parent | 659d5f569465ba487f4ed4a805971a90fb29bd6b (diff) | |
download | chromium_src-24998df8e7594e052032ec4d79d6e83dbc80310e.zip chromium_src-24998df8e7594e052032ec4d79d6e83dbc80310e.tar.gz chromium_src-24998df8e7594e052032ec4d79d6e83dbc80310e.tar.bz2 |
Add bintrees to third_party.
BUG=174304
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/12324010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186589 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checkperms')
-rwxr-xr-x | tools/checkperms/checkperms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checkperms/checkperms.py b/tools/checkperms/checkperms.py index a90aaa1..f07103e 100755 --- a/tools/checkperms/checkperms.py +++ b/tools/checkperms/checkperms.py @@ -149,6 +149,7 @@ IGNORED_PATHS = ( 'out/', # TODO(maruel): Fix these. 'third_party/android_testrunner/', + 'third_party/bintrees/', 'third_party/closure_linter/', 'third_party/devscripts/licensecheck.pl.vanilla', 'third_party/hyphen/', |