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

Side by Side Diff: services/catalog/manifest.json

Issue 2446313003: Revise InterfaceRegistry API to support filtering interfaces @ Bind() time. (Closed)
Patch Set: . 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
« no previous file with comments | « ios/web/webui/mojo_facade_unittest.mm ('k') | services/service_manager/manifest.json » ('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 "name": "service:catalog", 2 "name": "service:catalog",
3 "display_name": "Application Resolver", 3 "display_name": "Application Resolver",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 // NOTE: This manifest is for documentation purposes only. Relevant 5 // NOTE: This manifest is for documentation purposes only. Relevant
6 // capability spec is defined inline in the ServiceManager implementation. 6 // capability spec is defined inline in the ServiceManager implementation.
7 // 7 //
8 // TODO(rockot): Fix this. We can bake this file into ServiceManager at 8 // TODO(rockot): Fix this. We can bake this file into ServiceManager at
9 // build time or something. Same with service:service_manager. 9 // build time or something. Same with service:service_manager.
10 "service_manager:connector": { 10 "service_manager:connector": {
11 "provides": { 11 "provides": {
12 "app": [ "filesystem::mojom::Directory" ], 12 "app": [ "filesystem::mojom::Directory" ],
13 "control": [ "catalog::mojom::CatalogControl" ] 13 "control": [ "catalog::mojom::CatalogControl" ]
14 }, 14 },
15 "requires": { 15 "requires": {
16 "service:service_manager": [ 16 "service:service_manager": [ "service_manager:all_users" ]
17 "service_manager:all_users",
18 "service_manager:explicit_class"
19 ]
20 } 17 }
21 } 18 }
22 } 19 }
23 } 20 }
OLDNEW
« no previous file with comments | « ios/web/webui/mojo_facade_unittest.mm ('k') | services/service_manager/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698