Skip to content

Commit

Permalink
chore: bump chromium to 106.0.5249.165 (21-x-y) (#36162)
Browse files Browse the repository at this point in the history
* chore: bump chromium in DEPS to 106.0.5249.165

* chore: update patches

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
  • Loading branch information
electron-roller[bot] and patchup[bot] committed Oct 27, 2022
1 parent 0ee70e9 commit 9870a31
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DEPS
Expand Up @@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'

vars = {
'chromium_version':
'106.0.5249.120',
'106.0.5249.165',
'node_version':
'v16.16.0',
'nan_version':
Expand Down
4 changes: 2 additions & 2 deletions patches/v8/build_gn.patch
Expand Up @@ -9,7 +9,7 @@ necessary for native modules to load.
Also, some fixes relating to mksnapshot on ARM.

diff --git a/BUILD.gn b/BUILD.gn
index 83082271b8b76179b41e943190303e31fa639a95..0a23171a391606bb3408dcf8a488d075a148443a 100644
index 7b41a7500e55a5dbbef512dd8bfcc7dbc65e982c..8039c91f8800b516a64b84a1d7a9701932decae2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -663,7 +663,7 @@ config("internal_config") {
Expand All @@ -21,7 +21,7 @@ index 83082271b8b76179b41e943190303e31fa639a95..0a23171a391606bb3408dcf8a488d075
defines += [ "BUILDING_V8_SHARED" ]
}

@@ -6166,7 +6166,7 @@ if (current_toolchain == v8_generator_toolchain) {
@@ -6169,7 +6169,7 @@ if (current_toolchain == v8_generator_toolchain) {
"src/interpreter/bytecodes.h",
]

Expand Down
Expand Up @@ -12,7 +12,7 @@ This patch can be safely removed if, when it is removed, `node.lib` does not
contain any standard C++ library exports (e.g. `std::ostringstream`).

diff --git a/BUILD.gn b/BUILD.gn
index b0c6d08bf50a3443e2589f09b6f1f5b7734c000c..7728123805054064d5acecacf6cbf8d1fe4a56c1 100644
index 8b98f871341fed2186d0bc2de42912e76bbc04e1..6d3b542d781ad1a71c4b966aa05d5f51b1b3d45e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -663,6 +663,10 @@ config("internal_config") {
Expand Down
4 changes: 2 additions & 2 deletions patches/v8/expose_mksnapshot.patch
Expand Up @@ -6,10 +6,10 @@ Subject: expose_mksnapshot.patch
Needed in order to target mksnapshot for mksnapshot zip.

diff --git a/BUILD.gn b/BUILD.gn
index 0a23171a391606bb3408dcf8a488d075a148443a..b0c6d08bf50a3443e2589f09b6f1f5b7734c000c 100644
index 8039c91f8800b516a64b84a1d7a9701932decae2..8b98f871341fed2186d0bc2de42912e76bbc04e1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -6178,7 +6178,6 @@ if (current_toolchain == v8_generator_toolchain) {
@@ -6181,7 +6181,6 @@ if (current_toolchain == v8_generator_toolchain) {

if (current_toolchain == v8_snapshot_toolchain) {
v8_executable("mksnapshot") {
Expand Down

0 comments on commit 9870a31

Please sign in to comment.