mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Linux: Fix missing ui::Service symbols while avoiding macOS build error (issue #2294)
This commit is contained in:
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",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user