From 90cce6787e83bdb3e0cbca7f9b06fa061bff6bd9 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", ] }