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

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: Add crbug issues for missing lisences. 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..bc95a6673c83606dfbdfda2f0046e30f06eff4c2 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -184,18 +184,42 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN',
],
+ # http://crbug.com/603946
Lei Zhang 2016/04/15 20:51:31 https://github.com/google/oauth2client/issues/331
stevenjb 2016/04/15 21:15:39 Thanks!
+ # Just imports googleapiclient. Chromite is not shipped.
+ 'third_party/chromite/third_party/apiclient': [
+ 'UNKNOWN',
+ ],
+
+ # http://crbug.com/603946
Lei Zhang 2016/04/15 20:56:58 I believe upstream is https://github.com/google/go
stevenjb 2016/04/15 21:15:39 Done.
+ # 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
Lei Zhang 2016/04/15 20:51:31 https://github.com/jcgregorio/httplib2/issues/307
stevenjb 2016/04/15 21:15:39 Acknowledged.
+ # 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
Lei Zhang 2016/04/15 20:56:58 Already filed at https://github.com/kennethreitz/r
stevenjb 2016/04/15 21:15:39 Acknowledged.
+ # Apache (v2.0) license. Chromite is not shipped
+ 'third_party/chromite/third_party/requests': [
+ 'UNKNOWN',
+ ],
+
# http://crbug.com/333508
'buildtools/clang_format/script': [
'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