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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 294773002: checklicenses: Add a suppression for third_party/pdfium. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 7 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 271491)
+++ tools/checklicenses/checklicenses.py (working copy)
@@ -260,6 +260,9 @@
'third_party/ocmock/OCMock': [ # http://crbug.com/98454
'UNKNOWN',
],
+ 'third_party/pdfium': [ # http://crbug.com/374943
+ 'UNKNOWN',
+ ],
'third_party/ply/__init__.py': [
'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