| Index: mojo/shell/runner/child/BUILD.gn
|
| diff --git a/mojo/shell/runner/child/BUILD.gn b/mojo/shell/runner/child/BUILD.gn
|
| index a534dff8915c01a2840d94aa75f4a0cb09c53638..6730d94aca9ebe73f31316677d1227486925ff5f 100644
|
| --- a/mojo/shell/runner/child/BUILD.gn
|
| +++ b/mojo/shell/runner/child/BUILD.gn
|
| @@ -72,7 +72,6 @@ mojo_native_application("apptests") {
|
|
|
| deps = [
|
| ":apptest_interfaces",
|
| - ":manifest",
|
| "//base",
|
| "//base/test:test_config",
|
| "//mojo/shell/public/cpp:sources",
|
| @@ -80,6 +79,7 @@ mojo_native_application("apptests") {
|
| ]
|
|
|
| data_deps = [
|
| + ":manifest",
|
| ":native_target",
|
| ]
|
| }
|
|
|