OLD | NEW |
1 { | 1 { |
2 "manifest_version": 1, | 2 "manifest_version": 1, |
3 "name": "exe:mash_unittests", | 3 "name": "exe:mash_unittests", |
4 "display_name": "Mash Unittests", | 4 "display_name": "Mash Unittests", |
5 "capabilities": { | 5 "capabilities": { |
6 "required": { | 6 "required": { |
7 "mojo:desktop_wm": { "interfaces": [ "*" ] }, | 7 "*": { "classes": [ "app" ] }, |
8 "mojo:quick_launch": { "interfaces": [ "*" ] }, | 8 "mojo:desktop_wm": { |
| 9 "interfaces": [ |
| 10 "mus::mojom::AcceleratorRegistrar", |
| 11 "mash::wm::mojom::UserWindowController" |
| 12 ] |
| 13 }, |
9 "mojo:mus": { | 14 "mojo:mus": { |
10 "classes": [ "app" ], | |
11 "interfaces": [ "mus::mojom::WindowServerTest" ] | 15 "interfaces": [ "mus::mojom::WindowServerTest" ] |
12 } | 16 } |
13 } | 17 } |
14 } | 18 } |
15 } | 19 } |
OLD | NEW |