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

Side by Side Diff: content/public/app/mojo/content_renderer_manifest.json

Issue 2037533002: mus: Make --use-mus-in-renderer work again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.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:content_renderer", 3 "name": "exe:content_renderer",
4 "display_name": "Content Renderer", 4 "display_name": "Content Renderer",
5 "capabilities": { 5 "capabilities": {
6 "provided": {
7 "app": [ "content::mojom::RenderWidgetWindowTreeClientFactory" ]
Ben Goodger (Google) 2016/06/02 17:48:56 I think you should explicitly require this interfa
sadrul 2016/06/03 07:44:18 Done.
8 },
6 "required": { 9 "required": {
7 "mojo:mus": { 10 "mojo:mus": {
8 "interfaces": [ "mus::mojom::Gpu" ] 11 "interfaces": [ "mus::mojom::Gpu" ]
9 } 12 }
10 } 13 }
11 } 14 }
12 } 15 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698