Commit 9bf92547 authored by sergiyb's avatar sergiyb Committed by Commit bot

Added gsutil as an exception because it's downloaded by buildbot and not shipped

Downloaded by: https://code.google.com/p/chromium/codesearch#chromium/src/tools/telemetry/telemetry/util/cloud_storage.py&l=86

BUG=456091
R=sullivan@chromium.org

Review URL: https://codereview.chromium.org/888883004

Cr-Commit-Position: refs/heads/master@{#315062}
parent bd3cb0be
......@@ -237,6 +237,12 @@ SPECIAL_CASES = {
"License": "Khronos",
"License File": "NOT_SHIPPED",
},
os.path.join('tools', 'telemetry', 'third_party', 'gsutil'): {
"Name": "gsutil",
"URL": "https://cloud.google.com/storage/docs/gsutil",
"License": "Apache 2.0",
"License File": "NOT_SHIPPED",
},
}
# Special value for 'License File' field used to indicate that the license file
......
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