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

Unified Diff: tools/licenses.py

Issue 284203012: Bring in pdfium code into third_party/pdfium. (Closed) Base URL: svn://svn.chromium.org/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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/licenses.py
===================================================================
--- tools/licenses.py (revision 271408)
+++ tools/licenses.py (working copy)
@@ -150,6 +150,11 @@
"URL": "http://code.google.com/p/ots/",
"License": "BSD",
},
+ os.path.join('third_party', 'pdf'): {
+ "Name": "PDFium",
+ "URL": "http://code.google.com/p/pdfium/",
+ "License": "BSD",
+ },
os.path.join('third_party', 'pdfsqueeze'): {
"Name": "pdfsqueeze",
"URL": "http://code.google.com/p/pdfsqueeze/",
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698