diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-19 03:43:14 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-19 03:43:14 +0000 |
commit | 9a9780393af909387547b5d60d333ada4eddd262 (patch) | |
tree | cb23ee958bdb8ee5f66d19facae6deea767b5172 /tools/checklicenses | |
parent | 65bfd9976b93353a62da4946206448a0e4dd0ba1 (diff) | |
download | chromium_src-9a9780393af909387547b5d60d333ada4eddd262.zip chromium_src-9a9780393af909387547b5d60d333ada4eddd262.tar.gz chromium_src-9a9780393af909387547b5d60d333ada4eddd262.tar.bz2 |
Add opus in third_party.
Opus will be used by chromoting for audio encoding.
Review URL: https://chromiumcodereview.appspot.com/10905108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162922 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index ad494a5..49f6702 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -321,6 +321,9 @@ 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', ], |