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

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

Issue 2876673002: mojo api for view based lockscreen (Closed)
Patch Set: Incorporate comments from patch set 8 and rebase 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
« no previous file with comments | « ash/mus/DEPS ('k') | ash/mus/window_manager_application.cc » ('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::LockScreen",
14 "ash::mojom::MediaController", 15 "ash::mojom::MediaController",
15 "ash::mojom::NewWindowController", 16 "ash::mojom::NewWindowController",
16 "ash::mojom::SessionController", 17 "ash::mojom::SessionController",
17 "ash::mojom::ShelfController", 18 "ash::mojom::ShelfController",
18 "ash::mojom::ShutdownController", 19 "ash::mojom::ShutdownController",
19 "ash::mojom::SystemTray", 20 "ash::mojom::SystemTray",
20 "ash::mojom::TouchViewManager", 21 "ash::mojom::TouchViewManager",
21 "ash::mojom::TrayAction", 22 "ash::mojom::TrayAction",
22 "ash::mojom::VpnList", 23 "ash::mojom::VpnList",
23 "ash::mojom::WallpaperController" 24 "ash::mojom::WallpaperController"
24 ], 25 ],
25 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ] 26 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ]
26 }, 27 },
27 "requires": { 28 "requires": {
28 "*": [ "accessibility", "app" ], 29 "*": [ "accessibility", "app" ],
29 "preferences_forwarder": [ "pref_client" ], 30 "preferences_forwarder": [ "pref_client" ],
30 "ui": [ "display_test", "window_manager" ], 31 "ui": [ "display_test", "window_manager" ],
31 "touch_hud": [ "mash:launchable" ] 32 "touch_hud": [ "mash:launchable" ]
32 } 33 }
33 } 34 }
34 } 35 }
35 } 36 }
OLDNEW
« no previous file with comments | « ash/mus/DEPS ('k') | ash/mus/window_manager_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698