Chromium Code Reviews| Index: ash/mus/BUILD.gn |
| diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn |
| index 681066123614e52148fba88967a27ec62dec487e..f9d57e62aef193002c6eaf3d5f66581f050a459a 100644 |
| --- a/ash/mus/BUILD.gn |
| +++ b/ash/mus/BUILD.gn |
| @@ -104,6 +104,10 @@ source_set("lib") { |
| "//ui/views", |
| "//ui/views/mus:for_mojo_application", |
| ] |
| + |
| + if (is_chromeos) { |
| + deps += [ "//chromeos" ] |
| + } |
| } |
| mojo_native_application("mus") { |