diff options
author | kjellander <kjellander@chromium.org> | 2015-04-28 02:38:10 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-28 09:38:05 +0000 |
commit | 0cb254911980cce90b2e5c7207a37a27420e9ea7 (patch) | |
tree | fbbd4b560c96846615015214c038dd20e642af7c /tools/checklicenses | |
parent | 151fdce9acc177ad20f223f13b74dbcfde50a76e (diff) | |
download | chromium_src-0cb254911980cce90b2e5c7207a37a27420e9ea7.zip chromium_src-0cb254911980cce90b2e5c7207a37a27420e9ea7.tar.gz chromium_src-0cb254911980cce90b2e5c7207a37a27420e9ea7.tar.bz2 |
Move JUnit to 'unix' condition in DEPS.
This makes it possible to use the JUnit library from
Java code on Linux.
BUG=webrtc:4499
Review URL: https://codereview.chromium.org/1106973002
Cr-Commit-Position: refs/heads/master@{#327252}
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index da3d794..559ff4b 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', ], |