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

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

Issue 2481263002: Introduce Display Compositor mojo interface. Use InProcessContextProvider. (Closed)
Patch Set: Speculative fix for android build issue 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
OLDNEW
1 { 1 {
2 "name": "ui", 2 "name": "ui",
3 "display_name": "UI Service", 3 "display_name": "UI Service",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
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",
11 "ui::mojom::DisplayCompositor",
11 "ui::mojom::DisplayManager", 12 "ui::mojom::DisplayManager",
12 "ui::mojom::Gpu", 13 "ui::mojom::Gpu",
13 "ui::mojom::GpuService", 14 "ui::mojom::GpuService",
14 "ui::mojom::IMEServer", 15 "ui::mojom::IMEServer",
15 "ui::mojom::InputDeviceServer", 16 "ui::mojom::InputDeviceServer",
16 "ui::mojom::WindowTreeFactory" 17 "ui::mojom::WindowTreeFactory"
17 ], 18 ],
18 // Interfaces provided by mus-gpu for mus-ws. 19 // Interfaces provided by mus-gpu for mus-ws.
19 "ozone": [ 20 "ozone": [
20 "ui::ozone::mojom::DeviceCursor" 21 "ui::ozone::mojom::DeviceCursor"
(...skipping 23 matching lines...) Expand all
44 }, 45 },
45 "requires": { 46 "requires": {
46 "*": [ "app" ], 47 "*": [ "app" ],
47 "catalog": [ "catalog:catalog" ], 48 "catalog": [ "catalog:catalog" ],
48 "service_manager": [ "service_manager:all_users" ], 49 "service_manager": [ "service_manager:all_users" ],
49 "ui": [ "ozone" ] 50 "ui": [ "ozone" ]
50 } 51 }
51 } 52 }
52 } 53 }
53 } 54 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698