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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1106973002: Move JUnit to 'unix' condition in DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add checklicenses.py whitelisting Created 5 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 da3d7942782dc87ffaff782e8c874aa02ad2a03a..559ff4be5af92a90e45253b0892b549edf887ada 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -217,6 +217,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
# https://github.com/open-source-parsers/jsoncpp/issues/234
'UNKNOWN',
],
+ 'third_party/junit/src': [
+ # https://github.com/junit-team/junit/issues/1132
+ '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