diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-19 19:27:03 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-19 19:27:03 +0000 |
commit | d6a2e88f166e209a61dd55c8ea0cf7ce1190ec59 (patch) | |
tree | 36473968b58e844f903e940db4eb9697c9bd89b1 /tools | |
parent | 339fe41078736583c7d3fd9168fe296e6a95353d (diff) | |
download | chromium_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-x | tools/licenses.py | 5 |
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/", |