From 8c5706dc794c6d73da94d0887e1de95a2ed8001b Mon Sep 17 00:00:00 2001 From: "electron-roller[bot]" <84116207+electron-roller[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:00:30 +0000 Subject: [PATCH 1/2] chore: bump chromium in DEPS to 106.0.5249.165 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 72a3fcaf906b8..8f700cc38feb1 100644 --- a/DEPS +++ b/DEPS @@ -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': From 5c526a9277e71f74f3fae9b47481a486167f4dc5 Mon Sep 17 00:00:00 2001 From: PatchUp <73610968+patchup[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:18:01 +0000 Subject: [PATCH 2/2] chore: update patches --- patches/v8/build_gn.patch | 4 ++-- patches/v8/do_not_export_private_v8_symbols_on_windows.patch | 2 +- patches/v8/expose_mksnapshot.patch | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/patches/v8/build_gn.patch b/patches/v8/build_gn.patch index 4a5ba08bbfe6a..26530ae6f7420 100644 --- a/patches/v8/build_gn.patch +++ b/patches/v8/build_gn.patch @@ -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") { @@ -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", ] diff --git a/patches/v8/do_not_export_private_v8_symbols_on_windows.patch b/patches/v8/do_not_export_private_v8_symbols_on_windows.patch index 8b0f56b8fe03a..dba9e096586e3 100644 --- a/patches/v8/do_not_export_private_v8_symbols_on_windows.patch +++ b/patches/v8/do_not_export_private_v8_symbols_on_windows.patch @@ -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") { diff --git a/patches/v8/expose_mksnapshot.patch b/patches/v8/expose_mksnapshot.patch index b9959281d59e2..eac95a1feaab9 100644 --- a/patches/v8/expose_mksnapshot.patch +++ b/patches/v8/expose_mksnapshot.patch @@ -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") {