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/public/interfaces",
|
||||
"//services/service_manager/runner/common",
|
||||
"//services/ui:lib",
|
||||
"//skia",
|
||||
"//storage/browser",
|
||||
"//third_party/brotli:dec",
|
||||
@@ -863,6 +862,7 @@ static_library("libcef_static") {
|
||||
|
||||
deps += [
|
||||
"//build/config/freetype",
|
||||
"//services/ui:lib",
|
||||
"//third_party/fontconfig",
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user