summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
diff options
context:
space:
mode:
authorJohn Abd-El-Malek <jam@chromium.org>2014-10-21 16:28:04 -0700
committerJohn Abd-El-Malek <jam@chromium.org>2014-10-21 23:29:32 +0000
commit201301ab90bd89d8c93d6346ba7e3ba6f1799244 (patch)
treeaba73c6c8bee5b781ed1567feaa45325dbd4a521 /tools/checklicenses
parent6b96a049428fceb4af34a5ea92b106ae208ea75b (diff)
downloadchromium_src-201301ab90bd89d8c93d6346ba7e3ba6f1799244.zip
chromium_src-201301ab90bd89d8c93d6346ba7e3ba6f1799244.tar.gz
chromium_src-201301ab90bd89d8c93d6346ba7e3ba6f1799244.tar.bz2
Make checklicenses ignore tools\telemetry\third_party\gs_util.
telemetry downloads gsutil sometimes there when its running tests. This isn't shipped to users. R=thestig@chromium.org Review URL: https://codereview.chromium.org/672513002 Cr-Commit-Position: refs/heads/master@{#300567}
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-xtools/checklicenses/checklicenses.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 1e34b08..f91594a 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -398,6 +398,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'tools/symsrc/pefile.py': [
'UNKNOWN',
],
+ # Not shipped, downloaded on trybots sometimes.
+ 'tools/telemetry/third_party/gsutil': [
+ 'UNKNOWN',
+ ],
'tools/telemetry/third_party/pyserial': [
# https://sourceforge.net/p/pyserial/feature-requests/35/
'UNKNOWN',