summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
diff options
context:
space:
mode:
authorhbos <hbos@chromium.org>2015-11-13 06:43:51 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-13 14:44:49 +0000
commitdc28e3ffd89faa7cf1a38ca63084685186534108 (patch)
tree5e6ef54ecd9da238d53a69546c63b6d709c872ff /tools/checklicenses
parentc1f1f87d6a7b38b02ea9ef755561651c52c01990 (diff)
downloadchromium_src-dc28e3ffd89faa7cf1a38ca63084685186534108.zip
chromium_src-dc28e3ffd89faa7cf1a38ca63084685186534108.tar.gz
chromium_src-dc28e3ffd89faa7cf1a38ca63084685186534108.tar.bz2
Preparation work for third_party/openh264 build-from-src CL
This CL reverts the parts of https://codereview.chromium.org/1394983003/ that added dummy unittest binaries for openh264. This was decided to be a bad move (overhead of binaries, only wanting the tests if flag is set). The unittests will be placed and implemented in content_unittests instead in a follow-up CL. This CL also pulls in openh264/src source code. The building of this and test code will be added in a follow-up CL. BUG=500605, 468365 Review URL: https://codereview.chromium.org/1438553002 Cr-Commit-Position: refs/heads/master@{#359548}
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-xtools/checklicenses/checklicenses.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index fe08d70..8051f3d 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -458,6 +458,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/modp_b64': [
'UNKNOWN',
],
+ # Missing license headers in openh264 sources: https://github.com/cisco/openh264/issues/2233
+ 'third_party/openh264/src': [
+ 'UNKNOWN',
+ ],
'third_party/openmax_dl/dl' : [
'Khronos Group',
],