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

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

Issue 2760453003: Work In Progess
Patch Set: convert local_state to use pre_client_store_ Created 3 years, 9 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/display/screen_manager_ozone_internal.cc ('k') | services/ui/service.cc » ('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 "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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "ui::mojom::WindowManagerWindowTreeFactory" 60 "ui::mojom::WindowManagerWindowTreeFactory"
61 ], 61 ],
62 "window_tree_host_factory": [ 62 "window_tree_host_factory": [
63 "ui::mojom::WindowTreeHostFactory" 63 "ui::mojom::WindowTreeHostFactory"
64 ] 64 ]
65 }, 65 },
66 "requires": { 66 "requires": {
67 "*": [ "app" ], 67 "*": [ "app" ],
68 "catalog": [ "app" ], 68 "catalog": [ "app" ],
69 "service_manager": [ "service_manager:all_users" ], 69 "service_manager": [ "service_manager:all_users" ],
70 "ui": [ "ozone" ] 70 "ui": [ "ozone" ],
71 "preferences": [ "preferences_manager" ]
71 } 72 }
72 } 73 }
73 } 74 }
74 } 75 }
OLDNEW
« no previous file with comments | « services/ui/display/screen_manager_ozone_internal.cc ('k') | services/ui/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698