Skip to content

Commit 1f19e65

Browse files
authored
chromium: bump to 124.0.6367.78 (#21)
[skip ci]
1 parent cd80a96 commit 1f19e65

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
https://github.com/chromium/chromium/commit/a976cb05b4024b7a6452d1541378d718cdfe33e6
2+
3+
--- a/chrome/browser/devtools/BUILD.gn
4+
+++ b/chrome/browser/devtools/BUILD.gn
5+
@@ -117,6 +117,7 @@ static_library("devtools") {
6+
"//chrome/browser/autofill:autofill",
7+
"//components/autofill/content/browser:browser",
8+
"//components/autofill/core/browser:browser",
9+
+ "//components/enterprise/buildflags",
10+
"//components/paint_preview/buildflags:buildflags",
11+
"//components/variations/service:service",
12+
"//components/webapps/common:common",

tur-chromium/chromium-stable/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://www.chromium.org/Home
22
TERMUX_PKG_DESCRIPTION="Chromium web browser"
33
TERMUX_PKG_LICENSE="BSD 3-Clause"
44
TERMUX_PKG_MAINTAINER="Chongyun Lee <[email protected]>"
5-
_CHROMIUM_VERSION=124.0.6367.60
5+
_CHROMIUM_VERSION=124.0.6367.78
66
TERMUX_PKG_VERSION=$_CHROMIUM_VERSION
77
TERMUX_PKG_SRCURL=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$_CHROMIUM_VERSION.tar.xz)
8-
TERMUX_PKG_SHA256=(ebd553527149cb8477a522df90acd6cea2388a6f431e2db589a0301df1d0cae2)
8+
TERMUX_PKG_SHA256=(697ea9e8591e0a74deea260a50441711b1ea499ca19e91d6012c5b4d200d1acf)
99
TERMUX_PKG_DEPENDS="atk, cups, dbus, gtk3, krb5, libc++, libevdev, libxkbcommon, libminizip, libnss, libwayland, libx11, mesa, openssl, pango, pulseaudio, libdrm, libjpeg-turbo, libpng, libwebp, libflac, fontconfig, freetype, zlib, libxml2, libxslt, libopus, libsnappy"
1010
TERMUX_PKG_SUGGESTS="qt5-qtbase"
1111
TERMUX_PKG_BUILD_DEPENDS="qt5-qtbase, qt5-qtbase-cross-tools"
@@ -79,7 +79,7 @@ termux_step_configure() {
7979

8080
# Dummy librt.so
8181
# Why not dummy a librt.a? Some of the binaries reference symbols only exists in Android
82-
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
82+
# for some reason, such as the `chrome_crashpad_handler`, which needs to link with
8383
# libprotobuf_lite.a, but it is hard to remove the usage of `android/log.h` in protobuf.
8484
echo "INPUT(-llog -liconv -landroid-shmem)" > "$TERMUX_PREFIX/lib/librt.so"
8585

@@ -351,7 +351,7 @@ termux_step_post_massage() {
351351
# When set `enable_nacl = true`, the following error occurs.
352352
# ninja: error: 'native_client/toolchain/linux_x86/pnacl_newlib/bin/arm-nacl-objcopy', needed by 'nacl_irt_arm.nexe', missing and no known rule to make it.
353353
# If we want to enable NaCi, maybe we should build the toolchain of NaCl too.
354-
# But I don't think this is necessary. NaCl existing or not will take little
354+
# But I don't think this is necessary. NaCl existing or not will take little
355355
# influence on Chromium. So I'd like to disable NaCl.
356356
# #############################################################################
357357

0 commit comments

Comments
 (0)