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

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: Rename var to 'use_openh264', add OpenH264 to 'all' target of GN Created 5 years, 1 month 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',
+ ],
'third_party/openmax_dl/dl' : [
'Khronos Group',
],
« third_party/openh264/buildnotes.txt ('K') | « third_party/openh264/tests/openh264_unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698