Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "manifest_version": 1, | 2 "manifest_version": 1, |
| 3 "name": "exe:chrome", | 3 "name": "exe:chrome", |
| 4 "display_name": "Chrome", | 4 "display_name": "Chrome", |
| 5 "capabilities": { | 5 "capabilities": { |
| 6 "required": { | |
| 7 "mojo:mus": { | |
| 8 "interfaces": [ | |
| 9 "mus::mojom::WindowTreeFactory", | |
|
Ben Goodger (Google)
2016/04/29 17:39:56
why was requesting "app" insufficient? That you ha
sadrul
2016/04/29 17:43:28
This seems to be because mus manifest lists shell:
| |
| 10 "mus::mojom::Gpu", | |
| 11 "mus::mojom::DisplayManager" | |
| 12 ] | |
| 13 }, | |
| 14 "*": { "classes": [ "app" ] } | |
| 15 }, | |
| 6 "provided": { | 16 "provided": { |
| 7 "mash:launchable": [ "mash::mojom::Launchable" ] | 17 "mash:launchable": [ "mash::mojom::Launchable" ] |
| 8 } | 18 } |
| 9 } | 19 } |
| 10 } | 20 } |
| OLD | NEW |