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

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

Issue 2474653003: PreferencesManager (Closed)
Patch Set: Revert Example 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
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 "ash": [ 7 "ash": [
8 "ash::mojom::CastConfig", 8 "ash::mojom::CastConfig",
9 "ash::mojom::LocaleNotificationController", 9 "ash::mojom::LocaleNotificationController",
10 "ash::mojom::ShelfController", 10 "ash::mojom::ShelfController",
11 "ash::mojom::ShutdownController", 11 "ash::mojom::ShutdownController",
12 "ash::mojom::SystemTray", 12 "ash::mojom::SystemTray",
13 "ash::mojom::TouchViewManager", 13 "ash::mojom::TouchViewManager",
14 "ash::mojom::VpnList", 14 "ash::mojom::VpnList",
15 "ash::mojom::WallpaperController" 15 "ash::mojom::WallpaperController"
16 ], 16 ],
17 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ] 17 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ]
18 }, 18 },
19 "requires": { 19 "requires": {
20 "*": [ "accessibility", "app" ], 20 "*": [ "accessibility", "app" ],
21 "content_browser": [ "ash" ], 21 "catalog": [ "catalog:catalog" ],
22 "content_browser": [ "ash", "prefs:manager" ],
22 "mash_session": [ "mash_session:session" ], 23 "mash_session": [ "mash_session:session" ],
23 "ui": [ "ui:window_manager" ], 24 "ui": [ "ui:window_manager" ],
24 "touch_hud": [ "mash:launchable" ] 25 "touch_hud": [ "mash:launchable" ]
25 } 26 }
26 } 27 }
27 } 28 }
28 } 29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698