2017-12-07 16:44:24 -05:00
|
|
|
diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn
|
2024-05-22 21:52:35 -04:00
|
|
|
index c9ff70a8f2f71..d056d3758d564 100644
|
2017-12-07 16:44:24 -05:00
|
|
|
--- chrome/browser/BUILD.gn
|
|
|
|
+++ chrome/browser/BUILD.gn
|
2022-05-19 13:28:44 +03:00
|
|
|
@@ -11,6 +11,7 @@ import("//build/config/compiler/pgo/pgo.gni")
|
|
|
|
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")
|
2017-12-07 16:44:24 -05:00
|
|
|
import("//chrome/common/features.gni")
|
2024-05-22 21:52:35 -04:00
|
|
|
@@ -2091,6 +2092,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-05-22 21:52:35 -04:00
|
|
|
@@ -2790,6 +2792,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",
|