2017-12-07 22:44:24 +01:00
|
|
|
diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn
|
2020-03-04 01:29:39 +01:00
|
|
|
index 477e30a34cd2..7a24ff410e7e 100644
|
2017-12-07 22:44:24 +01:00
|
|
|
--- chrome/browser/BUILD.gn
|
|
|
|
+++ chrome/browser/BUILD.gn
|
2020-03-04 01:29:39 +01:00
|
|
|
@@ -11,6 +11,7 @@ import("//build/config/features.gni")
|
2019-11-12 17:11:44 +01:00
|
|
|
import("//build/config/jumbo.gni")
|
2019-07-16 19:59:21 +02:00
|
|
|
import("//build/config/linux/gtk/gtk.gni")
|
2017-12-07 22:44:24 +01:00
|
|
|
import("//build/config/ui.gni")
|
|
|
|
+import("//cef/libcef/features/features.gni")
|
2020-02-10 18:10:17 +01:00
|
|
|
import("//chrome/browser/buildflags.gni")
|
2017-12-07 22:44:24 +01:00
|
|
|
import("//chrome/common/features.gni")
|
2020-03-04 01:29:39 +01:00
|
|
|
import("//components/captive_portal/core/features.gni")
|
|
|
|
@@ -1956,6 +1957,7 @@ jumbo_static_library("browser") {
|
2019-07-16 19:59:21 +02:00
|
|
|
"//base/util/values:values_util",
|
2019-09-04 17:13:32 +02:00
|
|
|
"//build:branding_buildflags",
|
2017-12-07 22:44:24 +01:00
|
|
|
"//cc",
|
|
|
|
+ "//cef/libcef/features",
|
|
|
|
"//chrome:extra_resources",
|
|
|
|
"//chrome:resources",
|
|
|
|
"//chrome:strings",
|
2020-03-04 01:29:39 +01:00
|
|
|
@@ -2275,6 +2277,10 @@ jumbo_static_library("browser") {
|
2018-05-16 11:28:49 +02:00
|
|
|
]
|
|
|
|
}
|
2017-12-07 22:44:24 +01:00
|
|
|
|
|
|
|
+ if (enable_cef) {
|
|
|
|
+ configs += [ "//cef/libcef/features:config" ]
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
if (is_android) {
|
|
|
|
sources += [
|
|
|
|
"after_startup_task_utils_android.cc",
|