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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1054753002: Switch jsoncpp to be single DEPS entry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 22e13ee49f1480a9b889eb2714bf90484acaef9e..878488bf97032e217b0f02bb210fc33f23839a5e 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -210,6 +210,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/icu': [ # http://crbug.com/98301
'UNKNOWN',
],
+ 'third_party/jsoncp/source': [ # http://crbug.com/472816
Paweł Hajdan Jr. 2015/04/03 10:20:24 1. Looks like there is a typo here (jsoncp instead
Sam Clegg 2015/04/06 20:42:12 It is needed, but only for py files (i misspelled
+ 'UNKNOWN',
+ ],
'third_party/lcov': [ # http://crbug.com/98304
'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