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

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

Issue 2648433006: Get frecon working with mustash. (Closed)
Patch Set: Rebase and change manifests. Created 3 years, 11 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 "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 // NOTE: when adding a new interface chances are you will want to add it 9 // NOTE: when adding a new interface chances are you will want to add it
10 // to window_manager as well. 10 // to window_manager as well.
(...skipping 10 matching lines...) Expand all
21 // Interfaces provided by mus-gpu for mus-ws. 21 // Interfaces provided by mus-gpu for mus-ws.
22 "ozone": [ 22 "ozone": [
23 "ui::ozone::mojom::DeviceCursor" 23 "ui::ozone::mojom::DeviceCursor"
24 ], 24 ],
25 "test": [ 25 "test": [
26 "ui::mojom::WindowServerTest" 26 "ui::mojom::WindowServerTest"
27 ], 27 ],
28 "discardable_memory": [ 28 "discardable_memory": [
29 "discardable_memory::mojom::DiscardableSharedMemoryManager" 29 "discardable_memory::mojom::DiscardableSharedMemoryManager"
30 ], 30 ],
31 "display_controller": [
32 "display::mojom::DisplayController"
33 ],
31 "display_test": [ 34 "display_test": [
32 "display::mojom::TestDisplayController" 35 "display::mojom::TestDisplayController"
33 ], 36 ],
34 "gpu_client": [ 37 "gpu_client": [
35 "ui::mojom::Gpu" 38 "ui::mojom::Gpu"
36 ], 39 ],
37 "ime_registrar": [ 40 "ime_registrar": [
38 "ui::mojom::IMERegistrar" 41 "ui::mojom::IMERegistrar"
39 ], 42 ],
40 "user_access_manager": [ 43 "user_access_manager": [
(...skipping 18 matching lines...) Expand all
59 }, 62 },
60 "requires": { 63 "requires": {
61 "*": [ "app" ], 64 "*": [ "app" ],
62 "catalog": [ "app" ], 65 "catalog": [ "app" ],
63 "service_manager": [ "service_manager:all_users" ], 66 "service_manager": [ "service_manager:all_users" ],
64 "ui": [ "ozone" ] 67 "ui": [ "ozone" ]
65 } 68 }
66 } 69 }
67 } 70 }
68 } 71 }
OLDNEW
« no previous file with comments | « services/ui/display/screen_manager_ozone.cc ('k') | services/ui/public/interfaces/display/display_controller.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698