chore: bump chromium to 116.0.5845.0 (main) (#38827)

* chore: bump chromium in DEPS to 116.0.5835.0

* chore: update patches

* chore: bump chromium in DEPS to 116.0.5837.0

* chore: bump chromium in DEPS to 116.0.5839.0

* chore: bump chromium in DEPS to 116.0.5841.0

* chore: bump chromium in DEPS to 116.0.5843.0

* Update patches

CLs that affected printing.patch:
- 4616791: Refactor PrintViewManagerBase::PrintNow()
  4616791
- 4602776: Make PrintNodeUnderContextMenu operation go through PrintViewManager
  4602776

* 4506614: geolocation: Add LocationProvider::FillDiagnostics
4506614

* chore: bump chromium in DEPS to 116.0.5845.0

* chore: update patches

* fixup! 4506614: geolocation: Add LocationProvider::FillDiagnostics 4506614

* 4609704: Remove gnome-keyring
4609704

---------

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>
Co-authored-by: clavin <clavin@electronjs.org>
This commit is contained in:
electron-roller[bot] 2023-06-22 10:51:15 +02:00 committed by GitHub
parent a00a25376d
commit 1eb19f3078
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 220 additions and 209 deletions

View file

@ -9,7 +9,7 @@ necessary for native modules to load.
Also change visibility on mksnapshot in order to target mksnapshot for mksnapshot zip.
diff --git a/BUILD.gn b/BUILD.gn
index ac6227caf90fd1db380269f3bfbaaa4a81e97dd0..1e26045dc9bb0460ee3f007750e1cac443139511 100644
index c13cf053a80d212b836a9be3ec6e76b11627a19d..ca07c3ef538388f3efa982abf526e763c8b66cab 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -715,7 +715,7 @@ config("internal_config") {
@ -21,7 +21,7 @@ index ac6227caf90fd1db380269f3bfbaaa4a81e97dd0..1e26045dc9bb0460ee3f007750e1cac4
defines += [ "BUILDING_V8_SHARED" ]
}
@@ -6540,7 +6540,7 @@ if (current_toolchain == v8_generator_toolchain) {
@@ -6546,7 +6546,7 @@ if (current_toolchain == v8_generator_toolchain) {
"src/interpreter/bytecodes.h",
]
@ -30,7 +30,7 @@ index ac6227caf90fd1db380269f3bfbaaa4a81e97dd0..1e26045dc9bb0460ee3f007750e1cac4
deps = [
":v8_libbase",
@@ -6552,7 +6552,6 @@ if (current_toolchain == v8_generator_toolchain) {
@@ -6558,7 +6558,6 @@ if (current_toolchain == v8_generator_toolchain) {
if (current_toolchain == v8_snapshot_toolchain) {
v8_executable("mksnapshot") {