mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-20 14:00:21 +01:00
32 lines
1011 B
Diff
32 lines
1011 B
Diff
diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn
|
|
index ac49d3b83913..69696c72d0f3 100644
|
|
--- chrome/browser/BUILD.gn
|
|
+++ chrome/browser/BUILD.gn
|
|
@@ -8,6 +8,7 @@ import("//build/config/features.gni")
|
|
import("//build/config/jumbo.gni")
|
|
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")
|
|
@@ -1591,6 +1592,7 @@ jumbo_split_static_library("browser") {
|
|
"//base:i18n",
|
|
"//base/allocator:buildflags",
|
|
"//cc",
|
|
+ "//cef/libcef/features",
|
|
"//chrome:extra_resources",
|
|
"//chrome:resources",
|
|
"//chrome:strings",
|
|
@@ -1845,6 +1847,10 @@ jumbo_split_static_library("browser") {
|
|
"//ui/web_dialogs",
|
|
]
|
|
|
|
+ if (enable_cef) {
|
|
+ configs += [ "//cef/libcef/features:config" ]
|
|
+ }
|
|
+
|
|
if (is_android) {
|
|
sources += [
|
|
"after_startup_task_utils_android.cc",
|