| 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 "*": { "classes": [ "app", "test" ] }, | 7 "*": { "classes": [ "app", "test" ] }, |
| 8 "mojo:desktop_wm": { | 8 "mojo:ash": { |
| 9 "interfaces": [ | 9 "interfaces": [ |
| 10 "mus::mojom::AcceleratorRegistrar", | 10 "mus::mojom::AcceleratorRegistrar", |
| 11 "ash::mojom::UserWindowController" | 11 "ash::mojom::UserWindowController" |
| 12 ] | 12 ] |
| 13 } | 13 } |
| 14 } | 14 } |
| 15 } | 15 } |
| 16 } | 16 } |
| OLD | NEW |