| Index: mojo/shell/tests/shell/BUILD.gn
|
| diff --git a/mojo/shell/tests/shell/BUILD.gn b/mojo/shell/tests/shell/BUILD.gn
|
| index 6742da1150dc5ab852afa08bebf60e366d9c9203..fc2c25a60aa6a46b13eaab9f01102e7473e3843e 100644
|
| --- a/mojo/shell/tests/shell/BUILD.gn
|
| +++ b/mojo/shell/tests/shell/BUILD.gn
|
| @@ -76,8 +76,15 @@ executable("shell_unittest_target") {
|
|
|
| deps = [
|
| ":interfaces",
|
| + ":target_manifest",
|
| "//base",
|
| "//mojo/shell/public/cpp",
|
| "//mojo/shell/runner/child:test_native_main",
|
| ]
|
| }
|
| +
|
| +mojo_application_manifest("target_manifest") {
|
| + type = "exe"
|
| + application_name = "shell_unittest_target"
|
| + source = "target_manifest.json"
|
| +}
|
|
|