0

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
This commit is contained in:
jam@chromium.org
2014-05-19 19:27:03 +00:00
parent 339fe41078
commit d6a2e88f16
3 changed files with 14 additions and 0 deletions

1
.gitignore vendored

@ -294,6 +294,7 @@ v8.log
/third_party/opus/src
/third_party/ots
/third_party/pdfsqueeze
/third_party/pdfium
/third_party/pefile
/third_party/perl
/third_party/platformsdk_win7

8
DEPS

@ -31,6 +31,7 @@ vars = {
"webkit_revision": "174243",
"chromium_git": "https://chromium.googlesource.com",
"chromiumos_git": "https://chromium.googlesource.com/chromiumos",
"pdfium_git": "https://pdfium.googlesource.com",
"skia_git": "https://skia.googlesource.com",
"swig_revision": "230490",
"nacl_revision": "13181",
@ -73,6 +74,10 @@ vars = {
# the commit queue can handle CLs rolling build tools
# and whatever else without interference from each other.
"buildtools_revision": "8349035e86305fc9e4fd871610821336120a4bad",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling PDFIum
# and whatever else without interference from each other.
"pdfium_revision": "5110c4743751145c4ae1934cd1d83bc6c55bb43f",
}
deps = {
@ -317,6 +322,9 @@ deps = {
"src/third_party/openssl":
"/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
"src/third_party/pdfium":
Var("pdfium_git") + "/pdfium.git@" + Var("pdfium_revision"),
}

@ -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/",