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

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

Issue 2833093002: WIP: simplified display management in ash (Closed)
Patch Set: x Created 3 years, 8 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/mus/standalone/BUILD.gn ('k') | ash/mus/standalone/standalone_mash_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ash/mus/standalone/BUILD.gn ('k') | ash/mus/standalone/standalone_mash_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698