Linux: Fix missing ui::Service symbols while avoiding macOS build error (issue #2294)

This commit is contained in:
Marshall Greenblatt 2017-11-08 11:43:27 -05:00
parent ab7e7f026f
commit b09552470c
1 changed files with 1 additions and 1 deletions

View File

@ -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",
] ]
} }