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

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

Issue 2513673004: Reland: chromeos: Convert ash VPNDelegate interface to mojo (Closed)
Patch Set: fix manifest for reland 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/mus/BUILD.gn ('k') | ash/mus/system_tray_delegate_mus.h » ('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 "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::ShutdownController",
11 "ash::mojom::SystemTray", 11 "ash::mojom::SystemTray",
12 "ash::mojom::VpnList",
12 "ash::mojom::WallpaperController" 13 "ash::mojom::WallpaperController"
13 ], 14 ],
14 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ] 15 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ]
15 }, 16 },
16 "requires": { 17 "requires": {
17 "*": [ "accessibility", "app" ], 18 "*": [ "accessibility", "app" ],
18 "content_browser": [ "ash" ], 19 "content_browser": [ "ash" ],
19 "mash_session": [ "mash_session:session" ], 20 "mash_session": [ "mash_session:session" ],
20 "ui": [ "ui:window_manager" ], 21 "ui": [ "ui:window_manager" ],
21 "touch_hud": [ "mash:launchable" ] 22 "touch_hud": [ "mash:launchable" ]
22 } 23 }
23 } 24 }
24 } 25 }
25 } 26 }
OLDNEW
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/system_tray_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698