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

Side by Side Diff: chrome/app/mojo/chrome_manifest.json

Issue 2335833002: mash: Port ash_sysui app list presenter to mojo:ash. (Closed)
Patch Set: Cleanup sysui. Created 4 years, 3 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
« ash/mus/shell_delegate_mus.h ('K') | « ash/sysui/sysui_application.cc ('k') | no next file » | 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 "manifest_version": 1, 2 "manifest_version": 1,
3 "name": "exe:chrome", 3 "name": "exe:chrome",
4 "display_name": "Chrome", 4 "display_name": "Chrome",
5 "capabilities": { 5 "capabilities": {
6 "required": { 6 "required": {
7 "*": { "classes": [ "app" ] }, 7 "*": { "classes": [ "app" ] },
8 "mojo:ash": { 8 "mojo:ash": {
9 "interfaces": [ 9 "interfaces": [
10 "ash::mojom::ShelfController", 10 "ash::mojom::ShelfController",
11 "ash::mojom::WallpaperController" 11 "ash::mojom::WallpaperController"
12 ] 12 ]
13 }, 13 },
14 "mojo:touch_hud": { 14 "mojo:touch_hud": {
15 "interfaces": [ 15 "interfaces": [
16 "mash::mojom::Launchable" 16 "mash::mojom::Launchable"
17 ] 17 ]
18 } 18 }
19 }, 19 },
20 "provided": { 20 "provided": { "mash:launchable": [ "mash::mojom::Launchable" ] }
21 "mash:launchable": [ "mash::mojom::Launchable" ],
22 "app_list:presenter": [ "app_list::mojom::AppListPresenter" ]
mfomitchev 2016/09/12 22:39:21 It used to be that if one interface was declared a
msw 2016/09/12 22:52:09 I was never aware of that requirement, perhaps tha
23 }
24 } 21 }
25 } 22 }
OLDNEW
« ash/mus/shell_delegate_mus.h ('K') | « ash/sysui/sysui_application.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698