| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "service:ash", | 2 "name": "service:ash", |
| 3 "display_name": "Ash Window Manager and Shell", | 3 "display_name": "Ash Window Manager and Shell", |
| 4 "interface_provider_specs": { | 4 "interface_provider_specs": { |
| 5 "service_manager:connector": { | 5 "service_manager:connector": { |
| 6 "provides": { | 6 "provides": { |
| 7 "ash": [ | 7 "ash": [ |
| 8 "ash::mojom::LocaleNotificationController", | 8 "ash::mojom::LocaleNotificationController", |
| 9 "ash::mojom::ShelfController", | 9 "ash::mojom::ShelfController", |
| 10 "ash::mojom::ShutdownController", |
| 10 "ash::mojom::SystemTray", | 11 "ash::mojom::SystemTray", |
| 11 "ash::mojom::WallpaperController" | 12 "ash::mojom::WallpaperController" |
| 12 ], | 13 ], |
| 13 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ] | 14 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ] |
| 14 }, | 15 }, |
| 15 "requires": { | 16 "requires": { |
| 16 "*": [ "accessibility", "app" ], | 17 "*": [ "accessibility", "app" ], |
| 17 "service:content_browser": [ "ash" ], | 18 "service:content_browser": [ "ash" ], |
| 18 "service:mash_session": [ "mash_session:session" ], | 19 "service:mash_session": [ "mash_session:session" ], |
| 19 "service:ui": [ "ui:window_manager" ], | 20 "service:ui": [ "ui:window_manager" ], |
| 20 "service:touch_hud": [ "mash:launchable" ] | 21 "service:touch_hud": [ "mash:launchable" ] |
| 21 } | 22 } |
| 22 } | 23 } |
| 23 } | 24 } |
| 24 } | 25 } |
| OLD | NEW |