File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN mkdir /build
5454WORKDIR /build
5555RUN gclient config --custom-var checkout_configuration=minimal --unmanaged https://pdfium.googlesource.com/pdfium.git
5656RUN echo "target_os = [ 'android' ]" >> .gclient
57- RUN gclient sync -r origin/chromium/7243 --no-history --shallow
57+ RUN gclient sync -r origin/chromium/7442 --no-history --shallow
5858
5959# pdfium reset and clean directories
6060RUN git -C /build/pdfium reset --hard
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN mkdir /build
3838WORKDIR /build
3939RUN gclient config --custom-var checkout_configuration=minimal --unmanaged https://pdfium.googlesource.com/pdfium.git
4040RUN echo "target_os = [ 'emscripten' ]" >> .gclient
41- RUN gclient sync -r origin/chromium/7243 --no-history --shallow
41+ RUN gclient sync -r origin/chromium/7442 --no-history --shallow
4242
4343# pdfium reset and clean directories
4444RUN git -C /build/pdfium reset --hard
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ def get_build_args(
136136
137137 if target_os == "android" :
138138 args .append ("clang_use_chrome_plugins=false" )
139- args .append ("default_min_sdk_version=21 " )
139+ args .append ("default_min_sdk_version=23 " )
140140 args .append ("pdf_is_standalone=true" )
141141 args .append ("pdf_bundle_freetype=true" )
142142 elif target_os == "ios" :
@@ -158,7 +158,7 @@ def get_build_args(
158158 args .append ("clang_use_chrome_plugins=false" )
159159 args .append ("pdf_is_standalone=true" )
160160 elif target_os .startswith ("mac" ):
161- args .append ('mac_deployment_target="10.13 .0"' )
161+ args .append ('mac_deployment_target="11.0 .0"' )
162162 args .append ("clang_use_chrome_plugins=false" )
163163 args .append ("pdf_is_standalone=true" )
164164 args .append ("use_custom_libcxx=false" )
Original file line number Diff line number Diff line change 33task = ""
44
55# pdfium
6- pdfium_git_branch = "chromium/7243 "
7- # ^ ref: https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/7243
6+ pdfium_git_branch = "chromium/7442 "
7+ # ^ ref: https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/7442
88# OBS 1: don't forget change in android docker file (docker/android/Dockerfile)
99# OBS 2: don't forget change in wasm docker file (docker/wasm/Dockerfile)
1010
1111# emsdk
12- emsdk_version = "4.0.10 "
12+ emsdk_version = "4.0.15 "
1313# OBS 1: don't forget change in wasm docker file (docker/wasm/Dockerfile)
1414
1515# macos
You can’t perform that action at this time.
0 commit comments