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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1403893007: Adding third_party/openh264/src, build files and unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Misc Created 5 years, 2 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
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index fe08d7068dc80e0f8e950c45602ed22add231c76..45e6bd7a8834b9a86f988767877e0615b34b0bb7 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -458,6 +458,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/modp_b64': [
'UNKNOWN',
],
+ 'third_party/openh264/src': [
+ 'UNKNOWN',
+ ],
hbos_chromium 2015/10/29 14:28:26 Note: Disables checklicenses.py errors about third
'third_party/openmax_dl/dl' : [
'Khronos Group',
],

Powered by Google App Engine
This is Rietveld 408576698