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

Side by Side Diff: services/ui/manifest.json

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: 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
« no previous file with comments | « services/ui/ime/BUILD.gn ('k') | services/ui/ws/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 "manifest_version": 1, 2 "manifest_version": 1,
3 "name": "service:ui", 3 "name": "service:ui",
4 "display_name": "UI Service", 4 "display_name": "UI Service",
5 "capabilities": { 5 "capabilities": {
6 "provided": { 6 "provided": {
7 // A collection of interfaces needed by a generic client of mus. 7 // A collection of interfaces needed by a generic client of mus.
8 // Additional interfaces may be requested a-la-carte. 8 // Additional interfaces may be requested a-la-carte.
9 "app": [ 9 "app": [
10 "ui::mojom::Clipboard", 10 "ui::mojom::Clipboard",
(...skipping 25 matching lines...) Expand all
36 "display::mojom::DisplayController", 36 "display::mojom::DisplayController",
37 "ui::mojom::AccessibilityManager", 37 "ui::mojom::AccessibilityManager",
38 "ui::mojom::WindowManagerWindowTreeFactory" 38 "ui::mojom::WindowManagerWindowTreeFactory"
39 ], 39 ],
40 "ui:window_tree_host_factory": [ 40 "ui:window_tree_host_factory": [
41 "ui::mojom::WindowTreeHostFactory" 41 "ui::mojom::WindowTreeHostFactory"
42 ] 42 ]
43 }, 43 },
44 "required": { 44 "required": {
45 "*": [ "app" ], 45 "*": [ "app" ],
46 "service:shell": [ "shell:all_users", "shell:explicit_class" ], 46 "service:service_manager": [
47 "service_manager:all_users",
48 "service_manager:explicit_class"
49 ],
47 "service:ui": [ "ozone" ] 50 "service:ui": [ "ozone" ]
48 } 51 }
49 } 52 }
50 } 53 }
OLDNEW
« no previous file with comments | « services/ui/ime/BUILD.gn ('k') | services/ui/ws/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698