Update to Chromium version 95.0.4638.0 (#920003)

Known issues:
- Windows ARM64 builds are currently failing due to
  https://crbug.com/1242884#c31
This commit is contained in:
Marshall Greenblatt
2021-09-20 12:06:23 +03:00
parent 0a10fd4506
commit 5782fdca16
88 changed files with 597 additions and 645 deletions

View File

@ -1,5 +1,5 @@
diff --git base/BUILD.gn base/BUILD.gn
index bafc85477602d..7672916319fa9 100644
index 336ce46f03ad2..c23082ba356a2 100644
--- base/BUILD.gn
+++ base/BUILD.gn
@@ -34,6 +34,7 @@ import("//build/config/ui.gni")
@ -10,7 +10,7 @@ index bafc85477602d..7672916319fa9 100644
import("//testing/libfuzzer/fuzzer_test.gni")
import("//testing/test.gni")
import("//third_party/icu/config.gni")
@@ -1745,7 +1746,11 @@ component("base") {
@@ -1767,7 +1768,11 @@ component("base") {
"hash/md5_constexpr_internal.h",
"hash/sha1.h",
]
@ -23,7 +23,7 @@ index bafc85477602d..7672916319fa9 100644
sources += [
"hash/md5_nacl.cc",
"hash/md5_nacl.h",
@@ -1993,6 +1998,12 @@ component("base") {
@@ -2014,6 +2019,12 @@ component("base") {
defines += [ "COM_INIT_CHECK_HOOK_DISABLED" ]
}