2017-12-07 16:44:24 -05:00
|
|
|
diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn
|
2024-10-11 16:27:48 +00:00
|
|
|
index 7f1c26990d8d4..751f36b931f65 100644
|
2017-12-07 16:44:24 -05:00
|
|
|
--- chrome/browser/BUILD.gn
|
|
|
|
+++ chrome/browser/BUILD.gn
|
2024-07-29 13:09:20 -04:00
|
|
|
@@ -12,6 +12,7 @@ import("//build/config/compiler/pgo/pgo.gni")
|
2022-05-19 13:28:44 +03:00
|
|
|
import("//build/config/features.gni")
|
2021-04-20 18:52:34 -04:00
|
|
|
import("//build/config/python.gni")
|
2017-12-07 16:44:24 -05:00
|
|
|
import("//build/config/ui.gni")
|
|
|
|
+import("//cef/libcef/features/features.gni")
|
2020-02-10 12:10:17 -05:00
|
|
|
import("//chrome/browser/buildflags.gni")
|
2020-03-30 16:13:42 -04:00
|
|
|
import("//chrome/browser/downgrade/buildflags.gni")
|
2024-07-29 13:09:20 -04:00
|
|
|
import("//chrome/browser/request_header_integrity/buildflags.gni")
|
2024-09-27 14:15:44 +00:00
|
|
|
@@ -1880,6 +1881,7 @@ static_library("browser") {
|
2022-07-21 13:26:10 -04:00
|
|
|
"//build/config/chromebox_for_meetings:buildflags",
|
2020-12-02 17:31:49 -05:00
|
|
|
"//build/config/compiler:compiler_buildflags",
|
2017-12-07 16:44:24 -05:00
|
|
|
"//cc",
|
|
|
|
+ "//cef/libcef/features",
|
|
|
|
"//chrome:extra_resources",
|
|
|
|
"//chrome:resources",
|
|
|
|
"//chrome:strings",
|
2024-09-27 14:15:44 +00:00
|
|
|
@@ -2524,6 +2526,10 @@ static_library("browser") {
|
2022-06-17 16:28:55 +03:00
|
|
|
]
|
2018-05-16 12:28:49 +03:00
|
|
|
}
|
2017-12-07 16:44:24 -05:00
|
|
|
|
|
|
|
+ if (enable_cef) {
|
|
|
|
+ configs += [ "//cef/libcef/features:config" ]
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
if (is_android) {
|
|
|
|
sources += [
|
2023-07-20 18:11:34 -04:00
|
|
|
"accessibility/accessibility_prefs/android/accessibility_prefs_controller.cc",
|