2017-12-07 22:44:24 +01:00
|
|
|
diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn
|
2018-05-14 13:24:05 +02:00
|
|
|
index d1fc8968a730..0f485507181d 100644
|
2017-12-07 22:44:24 +01:00
|
|
|
--- chrome/browser/BUILD.gn
|
|
|
|
+++ chrome/browser/BUILD.gn
|
2018-03-20 21:15:08 +01:00
|
|
|
@@ -8,6 +8,7 @@ import("//build/config/features.gni")
|
|
|
|
import("//build/config/jumbo.gni")
|
2017-12-07 22:44:24 +01:00
|
|
|
import("//build/config/ui.gni")
|
|
|
|
import("//build/split_static_library.gni")
|
|
|
|
+import("//cef/libcef/features/features.gni")
|
|
|
|
import("//chrome/common/features.gni")
|
|
|
|
import("//components/feature_engagement/features.gni")
|
|
|
|
import("//components/nacl/features.gni")
|
2018-05-14 13:24:05 +02:00
|
|
|
@@ -1583,6 +1584,7 @@ jumbo_split_static_library("browser") {
|
2017-12-07 22:44:24 +01:00
|
|
|
"//base:i18n",
|
2018-03-20 21:15:08 +01:00
|
|
|
"//base/allocator:buildflags",
|
2017-12-07 22:44:24 +01:00
|
|
|
"//cc",
|
|
|
|
+ "//cef/libcef/features",
|
|
|
|
"//chrome:extra_resources",
|
|
|
|
"//chrome:resources",
|
|
|
|
"//chrome:strings",
|
2018-05-14 13:24:05 +02:00
|
|
|
@@ -1836,6 +1838,10 @@ jumbo_split_static_library("browser") {
|
2017-12-07 22:44:24 +01:00
|
|
|
"//ui/web_dialogs",
|
|
|
|
]
|
|
|
|
|
|
|
|
+ if (enable_cef) {
|
|
|
|
+ configs += [ "//cef/libcef/features:config" ]
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
if (is_android) {
|
|
|
|
sources += [
|
|
|
|
"after_startup_task_utils_android.cc",
|