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

Side by Side Diff: media/mojo/services/media_manifest.json

Issue 2440203002: Mojo: removing support for process-group. (Closed)
Patch Set: Synced Created 4 years, 1 month 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 "name": "service:media", 2 "name": "service:media",
3 "process-group": "browser",
4 "display_name": "Media Service", 3 "display_name": "Media Service",
5 "interface_provider_specs": { 4 "interface_provider_specs": {
6 "service_manager:connector": { 5 "service_manager:connector": {
7 "provides": { 6 "provides": {
8 "media:media": [ "media::mojom::MediaService" ], 7 "media:media": [ "media::mojom::MediaService" ],
9 "media:interface_factory": [ "media::mojom::InterfaceFactory" ] 8 "media:interface_factory": [ "media::mojom::InterfaceFactory" ]
10 }, 9 },
11 "requires": { 10 "requires": {
12 "*": [ "app" ] 11 "*": [ "app" ]
13 } 12 }
14 } 13 }
15 } 14 }
16 } 15 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | services/catalog/data/connection_spec » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698