Update to Chromium version 112.0.5615.0

- Windows: VS2022 and Win11 SDK 10.0.22621.0 are now required.
This commit is contained in:
Marshall Greenblatt
2023-02-27 13:52:38 -05:00
parent 3c85154faf
commit 584b19967a
82 changed files with 622 additions and 549 deletions

View File

@@ -1,5 +1,5 @@
diff --git base/BUILD.gn base/BUILD.gn
index 1f0e5cc5f0fae..6f2003a67c9ce 100644
index 422702cb196c5..7118ae9c9f467 100644
--- base/BUILD.gn
+++ base/BUILD.gn
@@ -39,6 +39,7 @@ import("//build/config/ui.gni")
@@ -10,7 +10,7 @@ index 1f0e5cc5f0fae..6f2003a67c9ce 100644
import("//testing/libfuzzer/fuzzer_test.gni")
import("//testing/test.gni")
@@ -1960,7 +1961,11 @@ component("base") {
@@ -1509,7 +1510,11 @@ component("base") {
"hash/md5_constexpr_internal.h",
"hash/sha1.h",
]
@@ -23,7 +23,7 @@ index 1f0e5cc5f0fae..6f2003a67c9ce 100644
sources += [
"hash/md5_nacl.cc",
"hash/md5_nacl.h",
@@ -2104,6 +2109,12 @@ component("base") {
@@ -1909,6 +1914,12 @@ component("base") {
defines += [ "COM_INIT_CHECK_HOOK_DISABLED" ]
}
@@ -35,9 +35,9 @@ index 1f0e5cc5f0fae..6f2003a67c9ce 100644
+
libs += [
"cfgmgr32.lib",
"powrprof.lib",
"ntdll.lib",
diff --git base/allocator/dispatcher/dispatcher.cc base/allocator/dispatcher/dispatcher.cc
index fd6e8a1696c94..df996398c1e78 100644
index 09ce0dc0c5016..8b847a24918f5 100644
--- base/allocator/dispatcher/dispatcher.cc
+++ base/allocator/dispatcher/dispatcher.cc
@@ -13,6 +13,7 @@