Commit 201301ab authored by John Abd-El-Malek's avatar John Abd-El-Malek

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}
parent 6b96a049
......@@ -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',
......
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