Index: mandoline/services/core_services/BUILD.gn |
diff --git a/mandoline/services/core_services/BUILD.gn b/mandoline/services/core_services/BUILD.gn |
index 84808a5f5041110abc6486dc6bea5bb891b7ea2e..05ff520bfc41ce7c36e079067f3f2a9e23838b2b 100644 |
--- a/mandoline/services/core_services/BUILD.gn |
+++ b/mandoline/services/core_services/BUILD.gn |
@@ -59,6 +59,10 @@ source_set("sources") { |
] |
} |
+ if (is_linux && !is_android) { |
+ deps += [ "//components/font_service:lib" ] |
+ } |
+ |
if (use_aura) { |
deps += [ |
"//components/view_manager/public/cpp", |