Update to Chromium version 85.0.4183.0 (#782793)

- Windows: 10.0.19041 SDK is now required.
- macOS: 10.15.1 SDK (at least Xcode 11.2) is now required.
- Remove CefMediaSource::IsValid and CefMediaSink::IsValid which would
  always return true.
This commit is contained in:
Marshall Greenblatt
2020-07-08 13:23:29 -04:00
parent 03c9156c80
commit 6573df6cc3
146 changed files with 726 additions and 790 deletions

View File

@@ -1,5 +1,5 @@
diff --git chrome/renderer/BUILD.gn chrome/renderer/BUILD.gn
index 2ea489762ef5..707431840be8 100644
index 22e0426b61aa..88d226174831 100644
--- chrome/renderer/BUILD.gn
+++ chrome/renderer/BUILD.gn
@@ -4,6 +4,7 @@
@@ -10,7 +10,7 @@ index 2ea489762ef5..707431840be8 100644
import("//chrome/common/features.gni")
import("//components/nacl/features.gni")
import("//components/offline_pages/buildflags/features.gni")
@@ -128,6 +129,7 @@ static_library("renderer") {
@@ -137,6 +138,7 @@ static_library("renderer") {
public_deps = [ "//components/contextual_search:buildflags" ]
deps = [
@@ -18,7 +18,7 @@ index 2ea489762ef5..707431840be8 100644
"//chrome:resources",
"//chrome:strings",
"//chrome/common",
@@ -192,6 +194,10 @@ static_library("renderer") {
@@ -201,6 +203,10 @@ static_library("renderer") {
configs += [ "//build/config/compiler:wexit_time_destructors" ]