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

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

Issue 2712203002: c++ / mojo changes for 'external window mode'
Patch Set: rebased 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
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "ui::mojom::DisplayCompositor", 54 "ui::mojom::DisplayCompositor",
55 "ui::mojom::DisplayManager", 55 "ui::mojom::DisplayManager",
56 "ui::mojom::Gpu", 56 "ui::mojom::Gpu",
57 "ui::mojom::IMEServer", 57 "ui::mojom::IMEServer",
58 "ui::mojom::InputDeviceServer", 58 "ui::mojom::InputDeviceServer",
59 "ui::mojom::UserActivityMonitor", 59 "ui::mojom::UserActivityMonitor",
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 ],
65 "window_tree_host_factory_registrar": [
66 "ui::mojom::WindowTreeHostFactoryRegistrar"
64 ] 67 ]
65 }, 68 },
66 "requires": { 69 "requires": {
67 "*": [ "app" ], 70 "*": [ "app" ],
68 "catalog": [ "app" ], 71 "catalog": [ "app" ],
69 "service_manager": [ "service_manager:all_users" ], 72 "service_manager": [ "service_manager:all_users" ],
70 "ui": [ "ozone" ] 73 "ui": [ "ozone" ]
71 } 74 }
72 } 75 }
73 } 76 }
74 } 77 }
OLDNEW
« no previous file with comments | « services/ui/demo/window_tree_data.cc ('k') | services/ui/public/interfaces/window_tree_host.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698