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

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

Issue 1930813002: mash/chrome: Update manifest for exe:chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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 | « chrome/app/BUILD.gn ('k') | services/shell/shell.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 "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": {
7 "mojo:mus": {
8 "interfaces": [
9 "mus::mojom::WindowTreeFactory",
Ben Goodger (Google) 2016/04/29 17:39:56 why was requesting "app" insufficient? That you ha
sadrul 2016/04/29 17:43:28 This seems to be because mus manifest lists shell:
10 "mus::mojom::Gpu",
11 "mus::mojom::DisplayManager"
12 ]
13 },
14 "*": { "classes": [ "app" ] }
15 },
6 "provided": { 16 "provided": {
7 "mash:launchable": [ "mash::mojom::Launchable" ] 17 "mash:launchable": [ "mash::mojom::Launchable" ]
8 } 18 }
9 } 19 }
10 } 20 }
OLDNEW
« no previous file with comments | « chrome/app/BUILD.gn ('k') | services/shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698