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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 2057883002: Add a gRPC repository to DEPS to fetch for Linux platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: checklicenses Created 4 years, 6 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 4aa2771a6bec316c09ae242b28a004a0aac70110..bf97d3391d09388008549aa56abf3e48043efa36 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -387,6 +387,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/freetype-android': [ # http://crbug.com/177319
'UNKNOWN',
],
+ 'third_party/grpc': [ # http://crbug.com/620837
Paweł Hajdan Jr. 2016/06/17 09:48:26 Please file an upstream bug and link to the upstre
+ 'UNKNOWN',
+ ],
'third_party/hunspell': [ # http://crbug.com/98134
'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