aboutsummaryrefslogtreecommitdiff
path: root/update_pdfium.py
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2017-03-20 11:05:52 -0700
committerPhilip P. Moltmann <moltmann@google.com>2017-03-20 12:40:18 -0700
commit4d3acf4ec42bf6e838f9060103aff98fbf170794 (patch)
treef29cc648443acb7492d326da46aabaa1ed5b2a36 /update_pdfium.py
parentecf04792773cf4ce99958ca692ddd078832bdce9 (diff)
downloadpdfium-4d3acf4ec42bf6e838f9060103aff98fbf170794.tar.gz
Update to bc8dcc3ede286fbcaac3f741c379297cffff0eea
Same version as used by Chromium 57.0.2987.108 Fixes: 28051413, 34337228 Test: cts-tradefed run cts-dev -m CtsGraphicsTestCases -t android.graphics.pdf.cts cts-tradefed run cts-dev -m Print -t android.print.pdf.cts Change-Id: I1bf02cae444c9f08711953c4475af10db2becd58
Diffstat (limited to 'update_pdfium.py')
-rwxr-xr-xupdate_pdfium.py31
1 files changed, 15 insertions, 16 deletions
diff --git a/update_pdfium.py b/update_pdfium.py
index e94657477..02237a1be 100755
--- a/update_pdfium.py
+++ b/update_pdfium.py
@@ -21,20 +21,19 @@ MAKE_FILES = ["third_party/pdfiumopenjpeg.mk",
"third_party/pdfiumzlib.mk",
"third_party/pdfiumbigint.mk",
"third_party/Android.mk",
- "core/pdfiumfpdftext.mk",
- "core/pdfiumfpdfdoc.mk",
- "core/pdfiumfdrm.mk",
- "core/pdfiumfxcodec.mk",
- "core/pdfiumfpdfapi.mk",
- "core/pdfiumfxcrt.mk",
- "core/pdfiumfxge.mk",
- "core/Android.mk",
- "fpdfsdk/pdfiumjavascript.mk",
- "fpdfsdk/pdfiumformfiller.mk",
- "fpdfsdk/pdfiumfxedit.mk",
- "fpdfsdk/pdfiumpdfwindow.mk",
- "fpdfsdk/pdfium.mk",
- "fpdfsdk/Android.mk"]
+ "pdfiumfpdftext.mk",
+ "pdfiumfpdfdoc.mk",
+ "pdfiumfdrm.mk",
+ "pdfiumfxcodec.mk",
+ "pdfiumfpdfapi.mk",
+ "pdfiumfxcrt.mk",
+ "pdfiumfxge.mk",
+ "Android.mk",
+ "pdfiumjavascript.mk",
+ "pdfiumformfiller.mk",
+ "pdfiumfxedit.mk",
+ "pdfiumpdfwindow.mk",
+ "pdfium.mk"]
OWNERS_FILES = ["OWNERS", "docs/OWNERS", "third_party/base/numerics/OWNERS"]
@@ -126,8 +125,8 @@ if __name__ == "__main__":
removeFiles(newDir)
copyFiles(targetDir, newDir)
exchange(targetDir, newDir, oldDir)
- print("Updated pdfium to " + rev + ". Old files are in " + oldDir + ". Please verify if "
- "build files need to be updated.")
+ print("Updated pdfium to " + rev + " (Chrome " + getStableChromiumVersion() + "). Old files "
+ "are in " + oldDir + ". Please verify if build files need to be updated.")
sys.exit(0)
except: