| Index: mash/unittests_manifest.json
|
| diff --git a/mash/unittests_manifest.json b/mash/unittests_manifest.json
|
| index 0f3e63e0df981e5510d4b60f14e479bac28e8e64..90efe9f501948edcd6702f462e5fd1c74ba6df32 100644
|
| --- a/mash/unittests_manifest.json
|
| +++ b/mash/unittests_manifest.json
|
| @@ -1,5 +1,15 @@
|
| {
|
| + "manifest_version": 1,
|
| "name": "exe:mash_unittests",
|
| "display_name": "Mash Unittests",
|
| - "capabilities": { "*": ["*"] }
|
| + "capabilities": {
|
| + "required": {
|
| + "mojo:desktop_wm": { "interfaces": [ "*" ] },
|
| + "mojo:quick_launch": { "interfaces": [ "*" ] },
|
| + "mojo:mus": {
|
| + "classes": [ "mus:core" ],
|
| + "interfaces": [ "mus::mojom::WindowServerTest" ]
|
| + }
|
| + }
|
| + }
|
| }
|
|
|