diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-01 02:09:24 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-01 02:09:24 +0000 |
commit | da0ae9b8decc6253ea670a280e12b2424b09d1e0 (patch) | |
tree | 0282bf552fd14d6e51af99686fc2ac24afe12929 /tools/checklicenses | |
parent | 6c1fc66799963dce2d63741a7173a3bb9d359a90 (diff) | |
download | chromium_src-da0ae9b8decc6253ea670a280e12b2424b09d1e0.zip chromium_src-da0ae9b8decc6253ea670a280e12b2424b09d1e0.tar.gz chromium_src-da0ae9b8decc6253ea670a280e12b2424b09d1e0.tar.bz2 |
Roll Opus to 1.0.2
The new version has update PLC support and various other fixes.
BUG=156738
TBR=cpu@chromium.org
Review URL: https://codereview.chromium.org/12381024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185405 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index c8370f1..abd36d8 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -338,9 +338,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'third_party/ocmock/OCMock': [ # http://crbug.com/98454 'UNKNOWN', ], - 'third_party/opus/src': [ # http://crbug.com/156738 - 'UNKNOWN', - ], 'third_party/ply/__init__.py': [ 'UNKNOWN', ], |