2017-12-07 16:44:24 -05:00
|
|
|
diff --git chrome/renderer/BUILD.gn chrome/renderer/BUILD.gn
|
2021-07-23 12:40:13 -04:00
|
|
|
index 02cdf42567745..74fff92e5b6e1 100644
|
2017-12-07 16:44:24 -05:00
|
|
|
--- chrome/renderer/BUILD.gn
|
|
|
|
+++ chrome/renderer/BUILD.gn
|
2021-01-27 18:13:12 -05:00
|
|
|
@@ -5,6 +5,7 @@
|
2020-03-03 19:29:39 -05:00
|
|
|
import("//build/config/buildflags_paint_preview.gni")
|
2021-01-27 18:13:12 -05:00
|
|
|
import("//build/config/chromeos/ui_mode.gni")
|
2017-12-07 16:44:24 -05:00
|
|
|
import("//build/config/features.gni")
|
|
|
|
+import("//cef/libcef/features/features.gni")
|
|
|
|
import("//chrome/common/features.gni")
|
|
|
|
import("//components/nacl/features.gni")
|
2018-04-19 11:44:42 -04:00
|
|
|
import("//components/offline_pages/buildflags/features.gni")
|
2021-07-23 12:40:13 -04:00
|
|
|
@@ -149,6 +150,7 @@ static_library("renderer") {
|
2017-12-07 16:44:24 -05:00
|
|
|
deps = [
|
2020-12-02 17:31:49 -05:00
|
|
|
"//base/allocator:buildflags",
|
2021-01-27 18:13:12 -05:00
|
|
|
"//build:chromeos_buildflags",
|
2017-12-07 16:44:24 -05:00
|
|
|
+ "//cef/libcef/features",
|
|
|
|
"//chrome:resources",
|
|
|
|
"//chrome:strings",
|
|
|
|
"//chrome/common",
|
2021-07-23 12:40:13 -04:00
|
|
|
@@ -239,6 +241,10 @@ static_library("renderer") {
|
2017-12-07 16:44:24 -05:00
|
|
|
|
|
|
|
configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
|
|
|
|
|
|
|
+ if (enable_cef) {
|
|
|
|
+ configs += [ "//cef/libcef/features:config" ]
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
if (enable_nacl) {
|
|
|
|
deps += [
|
|
|
|
"//components/nacl/loader",
|