summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-19 19:27:03 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-19 19:27:03 +0000
commitd6a2e88f166e209a61dd55c8ea0cf7ce1190ec59 (patch)
tree36473968b58e844f903e940db4eb9697c9bd89b1 /tools
parent339fe41078736583c7d3fd9168fe296e6a95353d (diff)
downloadchromium_src-d6a2e88f166e209a61dd55c8ea0cf7ce1190ec59.zip
chromium_src-d6a2e88f166e209a61dd55c8ea0cf7ce1190ec59.tar.gz
chromium_src-d6a2e88f166e209a61dd55c8ea0cf7ce1190ec59.tar.bz2
Bring in pdfium code into third_party/pdfium.
R=brettw@chromium.org Review URL: https://codereview.chromium.org/284203012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271449 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-xtools/licenses.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index 944f068..595f075 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -150,6 +150,11 @@ SPECIAL_CASES = {
"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/",