Index: mash/init/BUILD.gn |
diff --git a/mash/init/BUILD.gn b/mash/init/BUILD.gn |
index 010fb38d7b098f30caf8e1a28bf04226e02ac675..79a79bfecc52af5bbed2bc3346170452ac5f92e2 100644 |
--- a/mash/init/BUILD.gn |
+++ b/mash/init/BUILD.gn |
@@ -17,7 +17,6 @@ mojo_native_application("init") { |
] |
deps = [ |
- ":manifest", |
"//base", |
"//components/mus/public/cpp", |
"//mash/init/public/interfaces", |
@@ -25,6 +24,10 @@ mojo_native_application("init") { |
"//mojo/services/tracing/public/cpp", |
"//mojo/shell/public/cpp", |
] |
+ |
+ data_deps = [ |
+ ":manifest", |
+ ] |
} |
mojo_application_manifest("manifest") { |