| Index: mandoline/ui/aura/BUILD.gn
|
| diff --git a/mandoline/ui/aura/BUILD.gn b/mandoline/ui/aura/BUILD.gn
|
| index 873539fbf7cb8c4049c89a410599c2db3d427e4f..425f20717c9d1e5a677b97cea28a31b70f7b25c1 100644
|
| --- a/mandoline/ui/aura/BUILD.gn
|
| +++ b/mandoline/ui/aura/BUILD.gn
|
| @@ -53,7 +53,12 @@ source_set("aura") {
|
| "//ui/wm",
|
| ]
|
|
|
| + data_deps = [
|
| + "//components/resource_provider",
|
| + ]
|
| +
|
| if (is_linux && !is_android) {
|
| deps += [ "//components/font_service/public/cpp" ]
|
| + data_deps += [ "//components/font_service" ]
|
| }
|
| }
|
|
|