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

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

Issue 1992443002: Add Mojo IPC based input-device service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_ddm
Patch Set: Rebase/move. Created 4 years, 6 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
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_sysui": { 8 "mojo:ash_sysui": {
9 "interfaces": [ "mash::shelf::mojom::ShelfController" ] 9 "interfaces": [ "mash::shelf::mojom::ShelfController" ]
10 },
11 "mojo:mus": {
12 "interfaces": [ "input_device::mojom::InputDeviceServer" ]
10 } 13 }
11 }, 14 },
12 "provided": { 15 "provided": {
13 "mash:launchable": [ "mash::mojom::Launchable" ], 16 "mash:launchable": [ "mash::mojom::Launchable" ],
14 "app_list:presenter": [ "app_list::mojom::AppListPresenter" ] 17 "app_list:presenter": [ "app_list::mojom::AppListPresenter" ]
15 } 18 }
16 } 19 }
17 } 20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698