summaryrefslogtreecommitdiffstats
path: root/src/core/configure/BUILD.root.gn.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/configure/BUILD.root.gn.in')
-rw-r--r--src/core/configure/BUILD.root.gn.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/configure/BUILD.root.gn.in b/src/core/configure/BUILD.root.gn.in
index 2e00c50b5..b64b367b9 100644
--- a/src/core/configure/BUILD.root.gn.in
+++ b/src/core/configure/BUILD.root.gn.in
@@ -89,7 +89,7 @@ config("cpp17_config") {
}
shared_library("QtWebEngineCore") {
- cmake_config = "@GN_CONFIG@"
+ rsp_types = [ "objects", "archives", "libs" ]
configs += [
":cpp17_config",
":QtWebEngineCore_config",
@@ -612,7 +612,7 @@ if (enable_extensions) {
if (enable_spellcheck) {
shared_library("convert_dict") {
- cmake_config = "@GN_CONFIG@"
+ rsp_types = [ "objects", "archives", "libs" ]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
deps = [
"//chrome/tools/convert_dict:lib",