Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: ash/mus/manifest.json

Issue 2545723003: ash: Add SessionController/Client mojo interfaces (Closed)
Patch Set: rebase, use ash_util::GetAshServiceName Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ash/common/wm_shell.cc ('k') | ash/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 "ash::mojom::AcceleratorController", 10 "ash::mojom::AcceleratorController",
11 "ash::mojom::CastConfig", 11 "ash::mojom::CastConfig",
12 "ash::mojom::LocaleNotificationController", 12 "ash::mojom::LocaleNotificationController",
13 "ash::mojom::NewWindowController", 13 "ash::mojom::NewWindowController",
14 "ash::mojom::SessionController",
14 "ash::mojom::ShelfController", 15 "ash::mojom::ShelfController",
15 "ash::mojom::ShutdownController", 16 "ash::mojom::ShutdownController",
16 "ash::mojom::SystemTray", 17 "ash::mojom::SystemTray",
17 "ash::mojom::TouchViewManager", 18 "ash::mojom::TouchViewManager",
18 "ash::mojom::VpnList", 19 "ash::mojom::VpnList",
19 "ash::mojom::WallpaperController" 20 "ash::mojom::WallpaperController"
20 ], 21 ],
21 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ] 22 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ]
22 }, 23 },
23 "requires": { 24 "requires": {
24 "*": [ "accessibility", "app" ], 25 "*": [ "accessibility", "app" ],
25 "content_browser": [ "ash" ], 26 "content_browser": [ "ash" ],
26 "mash_session": [ "mash_session:session" ], 27 "mash_session": [ "mash_session:session" ],
27 "ui": [ "window_manager" ], 28 "ui": [ "window_manager" ],
28 "touch_hud": [ "mash:launchable" ] 29 "touch_hud": [ "mash:launchable" ]
29 } 30 }
30 } 31 }
31 } 32 }
32 } 33 }
OLDNEW
« no previous file with comments | « ash/common/wm_shell.cc ('k') | ash/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698