Chromium Code Reviews| 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', |
| ], |