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