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

Side by Side Diff: services/service_manager/tests/lifecycle/package_app_b_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:lifecycle_unittest_package_app_b", 2 "name": "service:lifecycle_unittest_package_app_b",
3 "process-group": "package",
4 "display_name": "Lifecycle Unittest Package App B", 3 "display_name": "Lifecycle Unittest Package App B",
5 "interface_provider_specs": { 4 "interface_provider_specs": {
6 "service_manager:connector": { 5 "service_manager:connector": {
7 "provides": { 6 "provides": {
8 "lifecycle_unittest:lifecycle_control": [ 7 "lifecycle_unittest:lifecycle_control": [
9 "service_manager::test::mojom::LifecycleControl" 8 "service_manager::test::mojom::LifecycleControl"
10 ] 9 ]
11 } 10 }
12 } 11 }
13 } 12 }
14 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698