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

Side by Side Diff: ash/mus/manifest.json

Issue 2695803004: Make browser process a singleton service (Closed)
Patch Set: . Created 3 years, 10 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 | « no previous file | chrome/app/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": "ash", 2 "name": "ash",
3 "display_name": "Ash Window Manager and Shell", 3 "display_name": "Ash Window Manager and Shell",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 // Modifications here should correspond with changes to 7 // Modifications here should correspond with changes to
8 // chrome_content_browser_manifest_overlay.json. 8 // chrome_content_browser_manifest_overlay.json.
9 "ash": [ 9 "ash": [
10 "app_list::mojom::AppList", 10 "app_list::mojom::AppList",
11 "ash::mojom::AcceleratorController", 11 "ash::mojom::AcceleratorController",
12 "ash::mojom::CastConfig", 12 "ash::mojom::CastConfig",
13 "ash::mojom::LocaleNotificationController", 13 "ash::mojom::LocaleNotificationController",
14 "ash::mojom::MediaController", 14 "ash::mojom::MediaController",
15 "ash::mojom::NewWindowController", 15 "ash::mojom::NewWindowController",
16 "ash::mojom::SessionController", 16 "ash::mojom::SessionController",
17 "ash::mojom::ShelfController", 17 "ash::mojom::ShelfController",
18 "ash::mojom::ShutdownController", 18 "ash::mojom::ShutdownController",
19 "ash::mojom::SystemTray", 19 "ash::mojom::SystemTray",
20 "ash::mojom::TouchViewManager", 20 "ash::mojom::TouchViewManager",
21 "ash::mojom::VpnList", 21 "ash::mojom::VpnList",
22 "ash::mojom::WallpaperController" 22 "ash::mojom::WallpaperController"
23 ], 23 ],
24 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ] 24 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ]
25 }, 25 },
26 "requires": { 26 "requires": {
27 "*": [ "accessibility", "app" ], 27 "*": [ "accessibility", "app" ],
28 "content_browser": [ "ash" ],
29 "preferences": [ "preferences_manager" ], 28 "preferences": [ "preferences_manager" ],
30 "ui": [ "display_test", "window_manager" ], 29 "ui": [ "display_test", "window_manager" ],
31 "touch_hud": [ "mash:launchable" ] 30 "touch_hud": [ "mash:launchable" ]
32 } 31 }
33 } 32 }
34 } 33 }
35 } 34 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698