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

Side by Side Diff: services/catalog/data/serialization

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
« no previous file with comments | « services/catalog/data/malformed ('k') | services/catalog/entry.h » ('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:foo", 2 "name": "service:foo",
3 "display_name": "Foo", 3 "display_name": "Foo",
4 "process-group": "bar",
5 "interface_provider_specs": { 4 "interface_provider_specs": {
6 "service_manager:connector": { 5 "service_manager:connector": {
7 "provides": { 6 "provides": {
8 "foo": [ "mojo::Bar", "mojo::Baz" ], 7 "foo": [ "mojo::Bar", "mojo::Baz" ],
9 "bar": [ "mojo::Bork" ] 8 "bar": [ "mojo::Bork" ]
10 }, 9 },
11 "requires": { 10 "requires": {
12 "service:bar": [ "a", "b" ] 11 "service:bar": [ "a", "b" ]
13 } 12 }
14 } 13 }
15 } 14 }
16 } 15 }
OLDNEW
« no previous file with comments | « services/catalog/data/malformed ('k') | services/catalog/entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698