Index: mash/unittests_manifest.json |
diff --git a/mash/unittests_manifest.json b/mash/unittests_manifest.json |
index fb322d5c8ca34a90b57031bc4d686791366142d5..07461b199472100fcf84913b5870da31ec988f81 100644 |
--- a/mash/unittests_manifest.json |
+++ b/mash/unittests_manifest.json |
@@ -4,10 +4,14 @@ |
"display_name": "Mash Unittests", |
"capabilities": { |
"required": { |
- "mojo:desktop_wm": { "interfaces": [ "*" ] }, |
- "mojo:quick_launch": { "interfaces": [ "*" ] }, |
+ "*": { "classes": [ "app" ] }, |
+ "mojo:desktop_wm": { |
+ "interfaces": [ |
+ "mus::mojom::AcceleratorRegistrar", |
+ "mash::wm::mojom::UserWindowController" |
+ ] |
+ }, |
"mojo:mus": { |
- "classes": [ "app" ], |
"interfaces": [ "mus::mojom::WindowServerTest" ] |
} |
} |