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

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

Issue 2456493003: Add frame-specific InterfaceProviderSpec. (Closed)
Patch Set: . Created 4 years, 1 month 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": "service:ash", 2 "name": "service: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::LocaleNotificationController", 8 "ash::mojom::LocaleNotificationController",
9 "ash::mojom::ShelfController", 9 "ash::mojom::ShelfController",
10 "ash::mojom::SystemTray", 10 "ash::mojom::SystemTray",
11 "ash::mojom::WallpaperController" 11 "ash::mojom::WallpaperController"
12 ], 12 ],
13 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ] 13 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ]
14 }, 14 },
15 "requires": { 15 "requires": {
16 "*": [ "accessibility", "app" ], 16 "*": [ "accessibility", "app" ],
17 "service:content_browser": [ "content_browser:ash" ], 17 "service:content_browser": [ "ash" ],
18 "service:mash_session": [ "mash_session:session" ], 18 "service:mash_session": [ "mash_session:session" ],
19 "service:ui": [ "ui:window_manager" ], 19 "service:ui": [ "ui:window_manager" ],
20 "service:touch_hud": [ "mash:launchable" ] 20 "service:touch_hud": [ "mash:launchable" ]
21 } 21 }
22 } 22 }
23 } 23 }
24 } 24 }
OLDNEW
« no previous file with comments | « android_webview/ui/aw_resources.grd ('k') | chrome/browser/chrome_content_browser_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698