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

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

Issue 2427013002: Make tracing work in service manager (Closed)
Patch Set: Rename InitializeWithFactoryLocked to InitializeWithFactoryInternal Created 4 years, 2 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 | « no previous file | services/service_manager/service_manager.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": "service:service_manager", 3 "name": "service:service_manager",
4 "display_name": "Service Manager", 4 "display_name": "Service Manager",
5 "capabilities": { 5 "capabilities": {
6 // NOTE: This manifest is for documentation purposes only. Relevant 6 // NOTE: This manifest is for documentation purposes only. Relevant
7 // capability spec is defined inline in the ServiceManager implementation. 7 // capability spec is defined inline in the ServiceManager implementation.
8 // 8 //
9 // TODO(rockot): Fix this. We can bake this file into ServiceManager at 9 // TODO(rockot): Fix this. We can bake this file into ServiceManager at
10 // build time or something. Same with service:catalog. 10 // build time or something. Same with service:catalog.
(...skipping 14 matching lines...) Expand all
25 // Clients requesting this class block inbound requests to bind interfaces 25 // Clients requesting this class block inbound requests to bind interfaces
26 // from other sources who specify wildcard rules in their manifest 26 // from other sources who specify wildcard rules in their manifest
27 // capability interface sets. 27 // capability interface sets.
28 "service_manager:explicit_class": [ ], 28 "service_manager:explicit_class": [ ],
29 29
30 "service_manager:service_manager": [ 30 "service_manager:service_manager": [
31 "service_manager::mojom::ServiceManager" 31 "service_manager::mojom::ServiceManager"
32 ] 32 ]
33 }, 33 },
34 "required": { 34 "required": {
35 "service:service_manager": [ "service_manager:all_users" ] 35 "*": [ "service_manager:service_factory" ],
36 "service:catalog": [ "service_manager:resolver" ],
37 "service:tracing": [ "app" ]
36 } 38 }
37 } 39 }
38 } 40 }
OLDNEW
« no previous file with comments | « no previous file | services/service_manager/service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698