Skip to content

Commit cd80a96

Browse files
authored
chromium-stable: bump to 124.0.6367.60 (#20)
[skip ci]
1 parent ca3c220 commit cd80a96

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
https://github.com/chromium/chromium/commit/8be4d17beb71c29118c3337268f3e7b3930a657f
2+
3+
--- a/third_party/blink/renderer/bindings/core/v8/script_streamer.cc
4+
+++ b/third_party/blink/renderer/bindings/core/v8/script_streamer.cc
5+
@@ -4,6 +4,7 @@
6+
7+
#include "third_party/blink/renderer/bindings/core/v8/script_streamer.h"
8+
9+
+#include <atomic>
10+
#include <memory>
11+
#include <utility>
12+
13+
@@ -60,7 +61,6 @@
14+
#include "third_party/blink/renderer/platform/wtf/shared_buffer.h"
15+
#include "third_party/blink/renderer/platform/wtf/text/string_builder.h"
16+
#include "third_party/blink/renderer/platform/wtf/text/text_encoding_registry.h"
17+
-#include "third_party/libc++/src/include/__atomic/atomic.h"
18+
19+
namespace blink {
20+
namespace {
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/18681c656c989a954657a559b9c123f046b04250
2+
3+
--- a/chrome/browser/resources/new_tab_page/BUILD.gn
4+
+++ b/chrome/browser/resources/new_tab_page/BUILD.gn
5+
@@ -101,6 +101,7 @@ build_webui("build") {
6+
"//ui/webui/resources/cr_components/color_change_listener:build_ts",
7+
"//ui/webui/resources/cr_components/customize_themes:build_ts",
8+
"//ui/webui/resources/cr_components/help_bubble:build_ts",
9+
+ "//ui/webui/resources/cr_components/history_clusters:build_ts",
10+
"//ui/webui/resources/cr_components/most_visited:build_ts",
11+
"//ui/webui/resources/cr_components/page_image_service:build_ts",
12+
"//ui/webui/resources/cr_components/searchbox:build_ts",

tur-chromium/chromium-stable/build.sh

Lines changed: 2 additions & 2 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=123.0.6312.122
5+
_CHROMIUM_VERSION=124.0.6367.60
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=(c883f192af7cb76cf46de4044349645b0fb0b5c42a1c0f7950a24c825c17f885)
8+
TERMUX_PKG_SHA256=(ebd553527149cb8477a522df90acd6cea2388a6f431e2db589a0301df1d0cae2)
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"

0 commit comments

Comments
 (0)