Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "manifest_version": 1, | 2 "manifest_version": 1, |
| 3 "name": "mojo:ash_sysui", | 3 "name": "mojo:ash_sysui", |
| 4 "display_name": "System UI", | 4 "display_name": "System UI", |
| 5 "capabilities": { | 5 "capabilities": { |
| 6 "required": { | 6 "required": { |
| 7 "*": { "classes": [ "app" ] }, | 7 "*": { "classes": [ "app", "a11y" ] }, |
|
sky
2016/07/08 16:45:00
nit: I realize accessibility is long to type, but
sadrul
2016/07/08 17:33:25
Done.
| |
| 8 "mojo:ash": { | 8 "mojo:ash": { |
| 9 "interfaces": [ | 9 "interfaces": [ |
| 10 "ash::mojom::ShelfLayout", | 10 "ash::mojom::ShelfLayout", |
| 11 "ash::mojom::UserWindowController" | 11 "ash::mojom::UserWindowController" |
| 12 ] | 12 ] |
| 13 }, | 13 }, |
| 14 "exe:chrome" : { | 14 "exe:chrome" : { |
| 15 "interfaces": [ "ash::sysui::mojom::WallpaperManager" ], | 15 "interfaces": [ "ash::sysui::mojom::WallpaperManager" ], |
| 16 "classes": [ "app_list:presenter" ] | 16 "classes": [ "app_list:presenter" ] |
| 17 } | 17 } |
| 18 } | 18 } |
| 19 } | 19 } |
| 20 } | 20 } |
| OLD | NEW |