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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1438553002: Preparation work for third_party/openh264 build-from-src CL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PS1 reordered an item in media.gyp. This PS reverts that to avoid more OWNERS. 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
« no previous file with comments | « third_party/openh264/tests/openh264_unittests.gyp ('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 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': [
Paweł Hajdan Jr. 2015/11/12 15:55:03 Could you please file an upstream bug about missin
hbos_chromium 2015/11/13 10:43:50 Ack. Created an upstream bug and added a comment l
+ 'UNKNOWN',
+ ],
'third_party/openmax_dl/dl' : [
'Khronos Group',
],
« no previous file with comments | « 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