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 9235032: Remove unused checklicenses suppressions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
===================================================================
--- tools/checklicenses/checklicenses.py (revision 119053)
+++ tools/checklicenses/checklicenses.py (working copy)
@@ -85,9 +85,6 @@
PATH_SPECIFIC_WHITELISTED_LICENSES = {
- 'base/third_party/dmg_fp': [ # http://crbug.com/98086
- 'UNKNOWN',
- ],
'base/third_party/icu': [ # http://crbug.com/98087
'UNKNOWN',
],
@@ -162,19 +159,9 @@
'UNKNOWN',
],
- # http://code.google.com/p/open-vcdiff/issues/detail?id=31
- 'sdch/open-vcdiff': [
- 'UNKNOWN',
- ],
-
'third_party/WebKit': [
'UNKNOWN',
],
- 'third_party/WebKit/Source/ThirdParty/ANGLE/src/compiler': [
- # http://crbug.com/105232
- 'GPL',
- 'GPL (v3 or later)',
- ],
'third_party/WebKit/Source/JavaScriptCore/tests/mozilla': [
'GPL',
'GPL (unversioned/unknown version)',
@@ -188,9 +175,6 @@
'UNKNOWN',
],
- 'third_party/ashmem/ashmem.h': [ # http://crbug.com/98116
- 'UNKNOWN',
- ],
'third_party/bsdiff/mbsdiff.cc': [
'UNKNOWN',
],
@@ -253,9 +237,6 @@
'third_party/libjpeg_turbo': [ # http://crbug.com/98314
'UNKNOWN',
],
- 'third_party/libphonenumber/cpp/src': [ # http://crbug.com/98316
- 'UNKNOWN',
- ],
'third_party/libpng': [ # http://crbug.com/98318
'UNKNOWN',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698