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

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

Issue 2639703004: mus: Forward user activity from window server to detector. (Closed)
Patch Set: address jamescook@'s comments 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 | « ash/shell.cc ('k') | ui/aura/BUILD.gn » ('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 30 matching lines...) Expand all
41 "discardable_memory::mojom::DiscardableSharedMemoryManager", 41 "discardable_memory::mojom::DiscardableSharedMemoryManager",
42 "display::mojom::DisplayController", 42 "display::mojom::DisplayController",
43 "display::mojom::TestDisplayController", 43 "display::mojom::TestDisplayController",
44 "ui::mojom::AccessibilityManager", 44 "ui::mojom::AccessibilityManager",
45 "ui::mojom::Clipboard", 45 "ui::mojom::Clipboard",
46 "ui::mojom::DisplayCompositor", 46 "ui::mojom::DisplayCompositor",
47 "ui::mojom::DisplayManager", 47 "ui::mojom::DisplayManager",
48 "ui::mojom::Gpu", 48 "ui::mojom::Gpu",
49 "ui::mojom::IMEServer", 49 "ui::mojom::IMEServer",
50 "ui::mojom::InputDeviceServer", 50 "ui::mojom::InputDeviceServer",
51 "ui::mojom::UserActivityMonitor",
51 "ui::mojom::WindowManagerWindowTreeFactory" 52 "ui::mojom::WindowManagerWindowTreeFactory"
52 ], 53 ],
53 "window_tree_host_factory": [ 54 "window_tree_host_factory": [
54 "ui::mojom::WindowTreeHostFactory" 55 "ui::mojom::WindowTreeHostFactory"
55 ] 56 ]
56 }, 57 },
57 "requires": { 58 "requires": {
58 "*": [ "app" ], 59 "*": [ "app" ],
59 "catalog": [ "catalog:catalog" ], 60 "catalog": [ "catalog:catalog" ],
60 "service_manager": [ "service_manager:all_users" ], 61 "service_manager": [ "service_manager:all_users" ],
61 "ui": [ "ozone" ] 62 "ui": [ "ozone" ]
62 } 63 }
63 } 64 }
64 } 65 }
65 } 66 }
OLDNEW
« no previous file with comments | « ash/shell.cc ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698