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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1323333002: Copy libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update include order and rebase Created 5 years, 3 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/libvpx_new/update_libvpx.sh ('k') | tools/copyright_scanner/third_party_files_whitelist.txt » ('j') | 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 ac44de59705d1f726e8e146a21a42fd15a979048..1a107c362f032e58a9d49820e4ad3660cee24530 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -370,6 +370,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/libvpx/source': [ # http://crbug.com/98319
'UNKNOWN',
],
+ 'third_party/libvpx_new/source': [ # http://crbug.com/98319
+ 'UNKNOWN',
+ ],
'third_party/libxml': [
'UNKNOWN',
],
« no previous file with comments | « third_party/libvpx_new/update_libvpx.sh ('k') | tools/copyright_scanner/third_party_files_whitelist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698