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

Unified Diff: services/service_manager/tests/lifecycle/lifecycle_unittest_manifest.json

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: services/service_manager/tests/lifecycle/lifecycle_unittest_manifest.json
diff --git a/services/service_manager/tests/lifecycle/lifecycle_unittest_manifest.json b/services/service_manager/tests/lifecycle/lifecycle_unittest_manifest.json
index 82522dd5fc24cce231513b119e84d997f1f86411..d21a224169691b229ee16edefdbb786ac6373620 100644
--- a/services/service_manager/tests/lifecycle/lifecycle_unittest_manifest.json
+++ b/services/service_manager/tests/lifecycle/lifecycle_unittest_manifest.json
@@ -6,10 +6,10 @@
"required": {
"*": [ "lifecycle_unittest:lifecycle_control" ],
"service:lifecycle_unittest_parent": [ "lifecycle_unittest:parent" ],
- "service:shell": [
- "shell:service_manager",
- "shell:instance_name",
- "shell:client_process"
+ "service:service_manager": [
+ "service_manager:service_manager",
+ "service_manager:instance_name",
+ "service_manager:client_process"
]
}
}
« no previous file with comments | « services/service_manager/tests/lifecycle/lifecycle_unittest.mojom ('k') | services/service_manager/tests/lifecycle/package.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698