Update to Chromium version 101.0.4951.0 (#982481)

Known issues:
- chrome: Some ceftests are failing due to bfcache same-site enabled by default
  (see issue #3301)
This commit is contained in:
Marshall Greenblatt
2022-03-25 21:12:30 -04:00
parent 77466e7b6d
commit b524edc209
100 changed files with 591 additions and 671 deletions

View File

@@ -1,5 +1,5 @@
diff --git base/BUILD.gn base/BUILD.gn
index 8243e7ad76529..a013002ac9d1e 100644
index 29f74fb8bedaa..2608ea2a70aca 100644
--- base/BUILD.gn
+++ base/BUILD.gn
@@ -37,6 +37,7 @@ import("//build/nocompile.gni")
@@ -10,7 +10,7 @@ index 8243e7ad76529..a013002ac9d1e 100644
import("//testing/libfuzzer/fuzzer_test.gni")
import("//testing/test.gni")
import("//third_party/icu/config.gni")
@@ -1883,7 +1884,11 @@ mixed_component("base") {
@@ -1896,7 +1897,11 @@ mixed_component("base") {
"hash/md5_constexpr_internal.h",
"hash/sha1.h",
]
@@ -23,7 +23,7 @@ index 8243e7ad76529..a013002ac9d1e 100644
sources += [
"hash/md5_nacl.cc",
"hash/md5_nacl.h",
@@ -2136,6 +2141,12 @@ mixed_component("base") {
@@ -2150,6 +2155,12 @@ mixed_component("base") {
defines += [ "COM_INIT_CHECK_HOOK_DISABLED" ]
}