Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1891793004: Roll chromite for GN support in Simple Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also add upstream bugs to other instances Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index cfd418b2e7fe10d52791adc957b7d87d436a07c2..944c577fd0c9babc40be580b8cf5793ce4828353 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -184,18 +184,46 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN',
],
+ # http://crbug.com/603946
+ # https://github.com/google/oauth2client/issues/331
+ # Just imports googleapiclient. Chromite is not shipped.
+ 'third_party/chromite/third_party/apiclient': [
+ 'UNKNOWN',
+ ],
+
+ # http://crbug.com/603946
+ # https://github.com/google/google-api-python-client/issues/216
+ # Apache (v2.0) license. Chromite is not shipped.
+ 'third_party/chromite/third_party/googleapiclient/channel.py': [
+ 'UNKNOWN',
+ ],
+
# http://crbug.com/222828
# http://bugs.python.org/issue17514
'third_party/chromite/third_party/argparse.py': [
'UNKNOWN',
],
+ # http://crbug.com/603939
+ # https://github.com/jcgregorio/httplib2/issues/307
+ # MIT license. Chromite is not shipped.
+ 'third_party/chromite/third_party/httplib2': [
+ 'UNKNOWN',
+ ],
+
# http://crbug.com/326117
# https://bitbucket.org/chrisatlee/poster/issue/21
'third_party/chromite/third_party/poster': [
'UNKNOWN',
],
+ # http://crbug.com/603944
+ # https://github.com/kennethreitz/requests/issues/1610
+ # Apache (v2.0) license. Chromite is not shipped
+ 'third_party/chromite/third_party/requests': [
+ 'UNKNOWN',
+ ],
+
# http://crbug.com/333508
'buildtools/clang_format/script': [
'UNKNOWN',
@@ -492,12 +520,14 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN',
],
+ # https://github.com/google/google-api-python-client/issues/216
# Apache v2.0.
'tools/swarming_client/third_party/googleapiclient': [
'UNKNOWN',
],
# http://crbug.com/334668
+ # https://github.com/jcgregorio/httplib2/issues/307
# MIT license.
'tools/swarming_client/third_party/httplib2': [
'UNKNOWN',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698