Linux: Fix missing ui::Service symbols while avoiding macOS build error (issue #2294)
This commit is contained in:
parent
ab7e7f026f
commit
b09552470c
2
BUILD.gn
2
BUILD.gn
|
@ -775,7 +775,6 @@ static_library("libcef_static") {
|
||||||
"//services/service_manager/embedder",
|
"//services/service_manager/embedder",
|
||||||
"//services/service_manager/public/interfaces",
|
"//services/service_manager/public/interfaces",
|
||||||
"//services/service_manager/runner/common",
|
"//services/service_manager/runner/common",
|
||||||
"//services/ui:lib",
|
|
||||||
"//skia",
|
"//skia",
|
||||||
"//storage/browser",
|
"//storage/browser",
|
||||||
"//third_party/brotli:dec",
|
"//third_party/brotli:dec",
|
||||||
|
@ -863,6 +862,7 @@ static_library("libcef_static") {
|
||||||
|
|
||||||
deps += [
|
deps += [
|
||||||
"//build/config/freetype",
|
"//build/config/freetype",
|
||||||
|
"//services/ui:lib",
|
||||||
"//third_party/fontconfig",
|
"//third_party/fontconfig",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue