summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-19 19:47:36 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-19 19:47:36 +0000
commit21aa33686b39cc4ae4d1bee39d53d0b87bc1af23 (patch)
treedd43f8b3fe757397b13eedc097d652933b837224
parent664b684590b6435874fd5bfb31cea49a4fb35fd6 (diff)
downloadchromium_src-21aa33686b39cc4ae4d1bee39d53d0b87bc1af23.zip
chromium_src-21aa33686b39cc4ae4d1bee39d53d0b87bc1af23.tar.gz
chromium_src-21aa33686b39cc4ae4d1bee39d53d0b87bc1af23.tar.bz2
Use proper directory name for pdfium
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271455 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xtools/licenses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index 595f075..cf39c82 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -150,7 +150,7 @@ SPECIAL_CASES = {
"URL": "http://code.google.com/p/ots/",
"License": "BSD",
},
- os.path.join('third_party', 'pdf'): {
+ os.path.join('third_party', 'pdfium'): {
"Name": "PDFium",
"URL": "http://code.google.com/p/pdfium/",
"License": "BSD",