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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1613863002: Upgrade to Opus 1.1.2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove '-mfpu=vfpv3-d16' when compiling with '-mfpu=neon' Created 4 years, 11 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
« no previous file with comments | « third_party/opus/opus_srcs_rtcd.gypi ('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 3b0ac8905fedb1a0be7c9dfab9701585c875a541..7a79dc821ae6c1f657bab748194203bc8933278f 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -426,6 +426,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/openmax_dl/dl' : [
'Khronos Group',
],
+ 'third_party/opus' : [ # https://trac.xiph.org/ticket/2253#ticket
Paweł Hajdan Jr. 2016/01/28 16:51:55 Is this limited to just autogen.sh? Please narrow
flim-chromium 2016/01/29 11:33:38 Done.
+ 'UNKNOWN',
+ ],
'third_party/boringssl': [
# There are some files in BoringSSL which came from OpenSSL and have no
# license in them. We don't wish to add the license header ourselves
« no previous file with comments | « third_party/opus/opus_srcs_rtcd.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698