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

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

Issue 2645683007: mash: Makes mash and service:ui not establish outgoing connections (Closed)
Patch Set: update catalog 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
« no previous file with comments | « services/ui/ime/ime_server_impl.cc ('k') | no next file » | 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 "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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "ui::mojom::IMEServer", 49 "ui::mojom::IMEServer",
50 "ui::mojom::InputDeviceServer", 50 "ui::mojom::InputDeviceServer",
51 "ui::mojom::WindowManagerWindowTreeFactory" 51 "ui::mojom::WindowManagerWindowTreeFactory"
52 ], 52 ],
53 "window_tree_host_factory": [ 53 "window_tree_host_factory": [
54 "ui::mojom::WindowTreeHostFactory" 54 "ui::mojom::WindowTreeHostFactory"
55 ] 55 ]
56 }, 56 },
57 "requires": { 57 "requires": {
58 "*": [ "app" ], 58 "*": [ "app" ],
59 "catalog": [ "catalog:catalog" ], 59 "catalog": [ "app" ],
60 "service_manager": [ "service_manager:all_users" ], 60 "service_manager": [ "service_manager:all_users" ],
61 "ui": [ "ozone" ] 61 "ui": [ "ozone" ]
62 } 62 }
63 } 63 }
64 } 64 }
65 } 65 }
OLDNEW
« no previous file with comments | « services/ui/ime/ime_server_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698