From 7e783d6a37e71ccee927136c0404d8871ccf9df3 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 16 Nov 2017 12:23:51 -0500 Subject: [PATCH] Linux: Fix missing ui::Service symbols (issue #2294) --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index d6a6ae2ed..945cc81a8 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -865,6 +865,7 @@ static_library("libcef_static") { deps += [ "//build/config/freetype", + "//services/ui:lib", "//third_party/fontconfig", ] }