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

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

Issue 2391253004: Use mojo Shelf interfaces for both mash and classic ash. (Closed)
Patch Set: Address manifest comment; working on test failures/crashes. Created 4 years, 2 months 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
OLDNEW
1 { 1 {
2 "manifest_version": 1, 2 "manifest_version": 1,
3 "name": "service:ash", 3 "name": "service:ash",
4 "display_name": "Ash Window Manager and Shell", 4 "display_name": "Ash Window Manager and Shell",
5 "capabilities": { 5 "capabilities": {
6 "provided": { 6 "provided": {
7 "ash": [
8 "ash::mojom::ShelfController",
9 "ash::mojom::SystemTray",
10 "ash::mojom::WallpaperController"
11 ],
7 "mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ] 12 "mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ]
8 }, 13 },
9 "required": { 14 "required": {
10 "*": { "classes": [ "accessibility", "app" ] }, 15 "*": { "classes": [ "accessibility", "app" ] },
11 "service:content_browser" : { 16 "service:content_browser" : {
12 "interfaces": [ 17 "interfaces": [
13 "ash::mojom::SystemTrayClient", 18 "ash::mojom::SystemTrayClient",
14 "ash::mojom::WallpaperManager", 19 "ash::mojom::WallpaperManager",
15 "app_list::mojom::AppListPresenter", 20 "app_list::mojom::AppListPresenter",
16 "keyboard::mojom::Keyboard" 21 "keyboard::mojom::Keyboard"
(...skipping 10 matching lines...) Expand all
27 ] 32 ]
28 }, 33 },
29 "service:touch_hud": { 34 "service:touch_hud": {
30 "interfaces": [ 35 "interfaces": [
31 "mash::mojom::Launchable" 36 "mash::mojom::Launchable"
32 ] 37 ]
33 } 38 }
34 } 39 }
35 } 40 }
36 } 41 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698