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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 10905108: Add opus in third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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.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 ad494a59fa760af37578ee22f80df331e89f548e..4f66ac7f7f92ba1e735b5cbb8c0369e61fdb594f 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': [
Paweł Hajdan Jr. 2012/10/18 21:41:25 Please notify upstream about missing license heade
Sergey Ulanov 2012/10/18 23:42:02 Done. There is no public bugtracker for libopus th
+ 'UNKNOWN',
+ ],
'third_party/ply/__init__.py': [
'UNKNOWN',
],
« no previous file with comments | « third_party/opus/opus.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698