Index: mash/shell/BUILD.gn |
diff --git a/mash/shell/BUILD.gn b/mash/shell/BUILD.gn |
index 3f52946ff2750f4bb3d530b96f56ae71c8aea4a2..51b693dc60edc3fa10086fdb9e6479ff84cf0682 100644 |
--- a/mash/shell/BUILD.gn |
+++ b/mash/shell/BUILD.gn |
@@ -40,7 +40,6 @@ mojo_native_application("shell") { |
deps = [ |
":lib", |
- ":manifest", |
"//base", |
"//mash/shell/public/interfaces", |
"//mojo/common", |
@@ -48,6 +47,10 @@ mojo_native_application("shell") { |
"//mojo/shell/public/cpp", |
"//mojo/shell/public/cpp:sources", |
] |
+ |
+ data_deps = [ |
+ ":manifest", |
+ ] |
} |
mojo_application_manifest("manifest") { |