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

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

Issue 2335833002: mash: Port ash_sysui app list presenter to mojo:ash. (Closed)
Patch Set: Reorder ShellDelegateMus members. Created 4 years, 3 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
« no previous file with comments | « ash/mus/app_list_presenter_mus.cc ('k') | ash/mus/shell_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 "manifest_version": 1, 2 "manifest_version": 1,
3 "name": "mojo:ash", 3 "name": "mojo: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 "mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ] 7 "mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ]
8 }, 8 },
9 "required": { 9 "required": {
10 "*": { "classes": [ "accessibility", "app" ] }, 10 "*": { "classes": [ "accessibility", "app" ] },
11 "exe:chrome" : { 11 "exe:chrome" : {
12 "interfaces": [ "ash::mojom::WallpaperManager" ] 12 "interfaces": [
13 "ash::mojom::WallpaperManager",
14 "app_list::mojom::AppListPresenter"
15 ]
13 }, 16 },
14 "mojo:mash_session": { 17 "mojo:mash_session": {
15 "interfaces": [ "mash::session::mojom::Session" ] 18 "interfaces": [ "mash::session::mojom::Session" ]
16 }, 19 },
17 "mojo:ui": { 20 "mojo:ui": {
18 "interfaces": [ 21 "interfaces": [
19 "ui::mojom::AccessibilityManager", 22 "ui::mojom::AccessibilityManager",
20 "ui::mojom::WindowManagerWindowTreeFactory" 23 "ui::mojom::WindowManagerWindowTreeFactory"
21 ] 24 ]
22 }, 25 },
23 "mojo:touch_hud": { 26 "mojo:touch_hud": {
24 "interfaces": [ 27 "interfaces": [
25 "mash::mojom::Launchable" 28 "mash::mojom::Launchable"
26 ] 29 ]
27 } 30 }
28 } 31 }
29 } 32 }
30 } 33 }
OLDNEW
« no previous file with comments | « ash/mus/app_list_presenter_mus.cc ('k') | ash/mus/shell_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698