Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 // See also chrome_content_browser_manifest_overlay.json for classic ash | |
|
msw
2016/12/06 19:43:57
Hmm, I'm not sure how this comment is helpful? Wha
James Cook
2016/12/06 20:11:53
I'm trying to convey the fact that when you add an
msw
2016/12/06 20:13:29
Maybe explicitly say "Modifications here should co
James Cook
2016/12/06 20:19:15
Yeah, that's better. Done.
| |
| 8 // when these interfaces are provided by content_browser. | |
| 7 "ash": [ | 9 "ash": [ |
| 10 "ash::mojom::AcceleratorController", | |
| 8 "ash::mojom::CastConfig", | 11 "ash::mojom::CastConfig", |
| 9 "ash::mojom::LocaleNotificationController", | 12 "ash::mojom::LocaleNotificationController", |
| 10 "ash::mojom::ShelfController", | 13 "ash::mojom::ShelfController", |
| 11 "ash::mojom::ShutdownController", | 14 "ash::mojom::ShutdownController", |
| 12 "ash::mojom::SystemTray", | 15 "ash::mojom::SystemTray", |
| 13 "ash::mojom::TouchViewManager", | 16 "ash::mojom::TouchViewManager", |
| 14 "ash::mojom::VpnList", | 17 "ash::mojom::VpnList", |
| 15 "ash::mojom::WallpaperController" | 18 "ash::mojom::WallpaperController" |
| 16 ], | 19 ], |
| 17 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ] | 20 "mus:window_manager": [ "ui::mojom::AcceleratorRegistrar" ] |
| 18 }, | 21 }, |
| 19 "requires": { | 22 "requires": { |
| 20 "*": [ "accessibility", "app" ], | 23 "*": [ "accessibility", "app" ], |
| 21 "content_browser": [ "ash" ], | 24 "content_browser": [ "ash" ], |
| 22 "mash_session": [ "mash_session:session" ], | 25 "mash_session": [ "mash_session:session" ], |
| 23 "ui": [ "ui:window_manager" ], | 26 "ui": [ "ui:window_manager" ], |
| 24 "touch_hud": [ "mash:launchable" ] | 27 "touch_hud": [ "mash:launchable" ] |
| 25 } | 28 } |
| 26 } | 29 } |
| 27 } | 30 } |
| 28 } | 31 } |
| OLD | NEW |