| Index: chrome/app/BUILD.gn
|
| diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
|
| index ee9b57d98f8a979012454ba7de601a531388350b..8a300e0f9c7cfe2ab84fbece57582ec406674f3a 100644
|
| --- a/chrome/app/BUILD.gn
|
| +++ b/chrome/app/BUILD.gn
|
| @@ -374,6 +374,10 @@ if (use_aura) {
|
| source = "mojo/chrome_manifest.json"
|
| base_manifest = "${root_out_dir}/content_browser_manifest.json"
|
| base_deps = [ "//content/public/app:browser_manifest" ]
|
| + deps = [
|
| + "//components/mus:manifest",
|
| + ]
|
| + packaged_applications = [ "mus" ]
|
| }
|
|
|
| mojo_application_manifest("chrome_renderer_manifest") {
|
|
|