mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 96.0.4664.0 (#929512)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn
|
||||
index a2045328ec276..cf90eda945d20 100644
|
||||
index 1f848e0760118..29bfa6e602430 100644
|
||||
--- chrome/browser/BUILD.gn
|
||||
+++ chrome/browser/BUILD.gn
|
||||
@@ -13,6 +13,7 @@ import("//build/config/features.gni")
|
||||
@ -10,7 +10,7 @@ index a2045328ec276..cf90eda945d20 100644
|
||||
import("//chrome/browser/buildflags.gni")
|
||||
import("//chrome/browser/downgrade/buildflags.gni")
|
||||
import("//chrome/common/features.gni")
|
||||
@@ -1921,6 +1922,7 @@ static_library("browser") {
|
||||
@@ -1932,6 +1933,7 @@ static_library("browser") {
|
||||
"//build:os_buildflags",
|
||||
"//build/config/compiler:compiler_buildflags",
|
||||
"//cc",
|
||||
@ -18,8 +18,8 @@ index a2045328ec276..cf90eda945d20 100644
|
||||
"//chrome:extra_resources",
|
||||
"//chrome:resources",
|
||||
"//chrome:strings",
|
||||
@@ -2512,6 +2514,10 @@ static_library("browser") {
|
||||
]
|
||||
@@ -2540,6 +2542,10 @@ static_library("browser") {
|
||||
deps += [ "//chrome/browser/ui/webui/connectors_internals:mojo_bindings" ]
|
||||
}
|
||||
|
||||
+ if (enable_cef) {
|
||||
|
Reference in New Issue
Block a user