2017-12-07 16:44:24 -05:00
|
|
|
diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn
|
2018-08-15 17:01:54 -04:00
|
|
|
index b5d398fd0882..11552886dc36 100644
|
2017-12-07 16:44:24 -05:00
|
|
|
--- chrome/browser/BUILD.gn
|
|
|
|
+++ chrome/browser/BUILD.gn
|
2018-03-20 16:15:08 -04:00
|
|
|
@@ -8,6 +8,7 @@ import("//build/config/features.gni")
|
|
|
|
import("//build/config/jumbo.gni")
|
2017-12-07 16:44:24 -05: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")
|
2018-05-20 16:51:42 +03:00
|
|
|
import("//components/feed/features.gni")
|
2018-07-23 18:32:02 -04:00
|
|
|
@@ -1659,6 +1660,7 @@ jumbo_split_static_library("browser") {
|
2017-12-07 16:44:24 -05:00
|
|
|
"//base:i18n",
|
2018-03-20 16:15:08 -04:00
|
|
|
"//base/allocator:buildflags",
|
2017-12-07 16:44:24 -05:00
|
|
|
"//cc",
|
|
|
|
+ "//cef/libcef/features",
|
|
|
|
"//chrome:extra_resources",
|
|
|
|
"//chrome:resources",
|
|
|
|
"//chrome:strings",
|
2018-07-23 18:32:02 -04:00
|
|
|
@@ -1931,6 +1933,10 @@ jumbo_split_static_library("browser") {
|
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 += [
|
|
|
|
"after_startup_task_utils_android.cc",
|