| Index: mash/wm/BUILD.gn
|
| diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
|
| index 347c0f17592714600dd39341c332bf5963399058..45dcaebf0f38be163ed06514611df9f0ef930e48 100644
|
| --- a/mash/wm/BUILD.gn
|
| +++ b/mash/wm/BUILD.gn
|
| @@ -148,6 +148,7 @@ mojo_native_application("apptests") {
|
| ]
|
|
|
| deps = [
|
| + ":apptest_manifest",
|
| "//base",
|
| "//base/test:test_config",
|
| "//components/mus/public/cpp",
|
| @@ -170,6 +171,11 @@ mojo_native_application("apptests") {
|
| }
|
| }
|
|
|
| +mojo_application_manifest("apptest_manifest") {
|
| + application_name = "mash_wm_apptests"
|
| + source = "apptest_manifest.json"
|
| +}
|
| +
|
| source_set("unittests") {
|
| testonly = true
|
|
|
|
|