| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "ash", | 2 "name": "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 // Modifications here should correspond with changes to | 7 // Modifications here should correspond with changes to |
| 8 // chrome_content_browser_manifest_overlay.json. | 8 // chrome_content_browser_manifest_overlay.json. |
| 9 "ash": [ | 9 "ash": [ |
| 10 "app_list::mojom::AppList", | 10 "app_list::mojom::AppList", |
| 11 "ash::mojom::AcceleratorController", | 11 "ash::mojom::AcceleratorController", |
| 12 "ash::mojom::CastConfig", | 12 "ash::mojom::CastConfig", |
| 13 "ash::mojom::LocaleNotificationController", | 13 "ash::mojom::LocaleNotificationController", |
| 14 "ash::mojom::LockScreen", |
| 14 "ash::mojom::MediaController", | 15 "ash::mojom::MediaController", |
| 15 "ash::mojom::NewWindowController", | 16 "ash::mojom::NewWindowController", |
| 16 "ash::mojom::SessionController", | 17 "ash::mojom::SessionController", |
| 17 "ash::mojom::ShelfController", | 18 "ash::mojom::ShelfController", |
| 18 "ash::mojom::ShutdownController", | 19 "ash::mojom::ShutdownController", |
| 19 "ash::mojom::SystemTray", | 20 "ash::mojom::SystemTray", |
| 20 "ash::mojom::TouchViewManager", | 21 "ash::mojom::TouchViewManager", |
| 21 "ash::mojom::TrayAction", | 22 "ash::mojom::TrayAction", |
| 22 "ash::mojom::VpnList", | 23 "ash::mojom::VpnList", |
| 23 "ash::mojom::WallpaperController" | 24 "ash::mojom::WallpaperController" |
| 24 ], | 25 ], |
| 25 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ] | 26 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ] |
| 26 }, | 27 }, |
| 27 "requires": { | 28 "requires": { |
| 28 "*": [ "accessibility", "app" ], | 29 "*": [ "accessibility", "app" ], |
| 29 "preferences_forwarder": [ "pref_client" ], | 30 "preferences_forwarder": [ "pref_client" ], |
| 30 "ui": [ "display_test", "window_manager" ], | 31 "ui": [ "display_test", "window_manager" ], |
| 31 "touch_hud": [ "mash:launchable" ] | 32 "touch_hud": [ "mash:launchable" ] |
| 32 } | 33 } |
| 33 } | 34 } |
| 34 } | 35 } |
| 35 } | 36 } |
| OLD | NEW |