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

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

Issue 2901563002: chromeos: adds TouchDeviceServer and wires up in mushrome (Closed)
Patch Set: no temporary Created 3 years, 7 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "window_manager": [ 48 "window_manager": [
49 "discardable_memory::mojom::DiscardableSharedMemoryManager", 49 "discardable_memory::mojom::DiscardableSharedMemoryManager",
50 "display::mojom::DisplayController", 50 "display::mojom::DisplayController",
51 "display::mojom::NativeDisplayDelegate", 51 "display::mojom::NativeDisplayDelegate",
52 "ui::mojom::AccessibilityManager", 52 "ui::mojom::AccessibilityManager",
53 "ui::mojom::Clipboard", 53 "ui::mojom::Clipboard",
54 "ui::mojom::DisplayManager", 54 "ui::mojom::DisplayManager",
55 "ui::mojom::Gpu", 55 "ui::mojom::Gpu",
56 "ui::mojom::IMEServer", 56 "ui::mojom::IMEServer",
57 "ui::mojom::InputDeviceServer", 57 "ui::mojom::InputDeviceServer",
58 "ui::mojom::TouchDeviceServer",
58 "ui::mojom::UserActivityMonitor", 59 "ui::mojom::UserActivityMonitor",
59 "ui::mojom::WindowManagerWindowTreeFactory" 60 "ui::mojom::WindowManagerWindowTreeFactory"
60 ], 61 ],
61 "window_tree_host_factory": [ 62 "window_tree_host_factory": [
62 "ui::mojom::WindowTreeHostFactory" 63 "ui::mojom::WindowTreeHostFactory"
63 ] 64 ]
64 }, 65 },
65 "requires": { 66 "requires": {
66 "*": [ "app" ], 67 "*": [ "app" ],
67 "catalog": [ "app" ], 68 "catalog": [ "app" ],
68 "service_manager": [ "service_manager:all_users" ], 69 "service_manager": [ "service_manager:all_users" ],
69 "ui": [ "ozone" ] 70 "ui": [ "ozone" ]
70 } 71 }
71 } 72 }
72 } 73 }
73 } 74 }
OLDNEW
« no previous file with comments | « services/ui/input_devices/touch_device_server.cc ('k') | services/ui/public/interfaces/input_devices/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698