Skip to content

Commit 18158c0

Browse files
new version
1 parent a769cf5 commit 18158c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docker/android/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN mkdir /build
5454
WORKDIR /build
5555
RUN gclient config --custom-var checkout_configuration=minimal --unmanaged https://pdfium.googlesource.com/pdfium.git
5656
RUN echo "target_os = [ 'android' ]" >> .gclient
57-
RUN gclient sync -r origin/chromium/7442 --no-history --shallow
57+
RUN gclient sync -r origin/chromium/7500 --no-history --shallow
5858

5959
# pdfium reset and clean directories
6060
RUN git -C /build/pdfium reset --hard

docker/wasm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN mkdir /build
3838
WORKDIR /build
3939
RUN gclient config --custom-var checkout_configuration=minimal --unmanaged https://pdfium.googlesource.com/pdfium.git
4040
RUN echo "target_os = [ 'emscripten' ]" >> .gclient
41-
RUN gclient sync -r origin/chromium/7442 --no-history --shallow
41+
RUN gclient sync -r origin/chromium/7500 --no-history --shallow
4242

4343
# pdfium reset and clean directories
4444
RUN git -C /build/pdfium reset --hard

modules/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
task = ""
44

55
# pdfium
6-
pdfium_git_branch = "chromium/7442"
7-
# ^ ref: https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/7442
6+
pdfium_git_branch = "chromium/7500"
7+
# ^ ref: https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/7500
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

0 commit comments

Comments
 (0)