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

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

Issue 2559343003: mus: Rename GpuService to Gpu. (Closed)
Patch Set: . Created 4 years 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/gpu/gpu_main.h ('k') | services/ui/public/cpp/gpu/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.
11 "app": [ 11 "app": [
12 "ui::mojom::Clipboard", 12 "ui::mojom::Clipboard",
13 "ui::mojom::DisplayCompositor", 13 "ui::mojom::DisplayCompositor",
14 "ui::mojom::DisplayManager", 14 "ui::mojom::DisplayManager",
15 "ui::mojom::Gpu", 15 "ui::mojom::Gpu",
16 "ui::mojom::GpuService",
17 "ui::mojom::IMEServer", 16 "ui::mojom::IMEServer",
18 "ui::mojom::InputDeviceServer", 17 "ui::mojom::InputDeviceServer",
19 "ui::mojom::WindowTreeFactory" 18 "ui::mojom::WindowTreeFactory"
20 ], 19 ],
21 // Interfaces provided by mus-gpu for mus-ws. 20 // Interfaces provided by mus-gpu for mus-ws.
22 "ozone": [ 21 "ozone": [
23 "ui::ozone::mojom::DeviceCursor" 22 "ui::ozone::mojom::DeviceCursor"
24 ], 23 ],
25 "test": [ 24 "test": [
26 "ui::mojom::WindowServerTest" 25 "ui::mojom::WindowServerTest"
27 ], 26 ],
28 "gpu_client": [ 27 "gpu_client": [
29 "ui::mojom::Gpu", 28 "ui::mojom::Gpu"
30 "ui::mojom::GpuService"
31 ], 29 ],
32 "ime_registrar": [ 30 "ime_registrar": [
33 "ui::mojom::IMERegistrar" 31 "ui::mojom::IMERegistrar"
34 ], 32 ],
35 "user_access_manager": [ 33 "user_access_manager": [
36 "ui::mojom::UserAccessManager" 34 "ui::mojom::UserAccessManager"
37 ], 35 ],
38 "window_manager": [ 36 "window_manager": [
39 "display::mojom::DisplayController", 37 "display::mojom::DisplayController",
40 "display::mojom::TestDisplayController", 38 "display::mojom::TestDisplayController",
41 "ui::mojom::AccessibilityManager", 39 "ui::mojom::AccessibilityManager",
42 "ui::mojom::Clipboard", 40 "ui::mojom::Clipboard",
43 "ui::mojom::DisplayCompositor", 41 "ui::mojom::DisplayCompositor",
44 "ui::mojom::DisplayManager", 42 "ui::mojom::DisplayManager",
45 "ui::mojom::Gpu", 43 "ui::mojom::Gpu",
46 "ui::mojom::GpuService",
47 "ui::mojom::IMEServer", 44 "ui::mojom::IMEServer",
48 "ui::mojom::InputDeviceServer", 45 "ui::mojom::InputDeviceServer",
49 "ui::mojom::WindowManagerWindowTreeFactory" 46 "ui::mojom::WindowManagerWindowTreeFactory"
50 ], 47 ],
51 "window_tree_host_factory": [ 48 "window_tree_host_factory": [
52 "ui::mojom::WindowTreeHostFactory" 49 "ui::mojom::WindowTreeHostFactory"
53 ] 50 ]
54 }, 51 },
55 "requires": { 52 "requires": {
56 "*": [ "app" ], 53 "*": [ "app" ],
57 "catalog": [ "catalog:catalog" ], 54 "catalog": [ "catalog:catalog" ],
58 "service_manager": [ "service_manager:all_users" ], 55 "service_manager": [ "service_manager:all_users" ],
59 "ui": [ "ozone" ] 56 "ui": [ "ozone" ]
60 } 57 }
61 } 58 }
62 } 59 }
63 } 60 }
OLDNEW
« no previous file with comments | « services/ui/gpu/gpu_main.h ('k') | services/ui/public/cpp/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698