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

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

Issue 2840043003: chromeos: Makes mushrome use simplified display management (Closed)
Patch Set: make virtual terminal work 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
(Empty)
1 {
2 "name": "standalone_ash",
3 "display_name": "Standalone (testing) Ash Window Manager and Shell",
4 "interface_provider_specs": {
5 "service_manager:connector": {
6 "provides": {
7 // Modifications here should correspond with changes to
8 // chrome_content_browser_manifest_overlay.json.
9 "ash": [
10 "app_list::mojom::AppList",
11 "ash::mojom::AcceleratorController",
12 "ash::mojom::CastConfig",
13 "ash::mojom::LocaleNotificationController",
14 "ash::mojom::MediaController",
15 "ash::mojom::NewWindowController",
16 "ash::mojom::SessionController",
17 "ash::mojom::ShelfController",
18 "ash::mojom::ShutdownController",
19 "ash::mojom::SystemTray",
20 "ash::mojom::TouchViewManager",
21 "ash::mojom::VpnList",
22 "ash::mojom::WallpaperController"
23 ],
24 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ]
25 },
26 "requires": {
27 "*": [ "accessibility", "app" ],
28 "preferences_forwarder": [ "pref_client" ],
29 "ui": [ "display_test", "window_manager" ],
30 "touch_hud": [ "mash:launchable" ]
31 }
32 }
33 }
34 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698