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

Unified Diff: services/ui/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
« no previous file with comments | « services/ui/ime/BUILD.gn ('k') | services/ui/ws/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/manifest.json
diff --git a/services/ui/manifest.json b/services/ui/manifest.json
index e6ff13527ad4d3a8449e0c47045617097d9f7d4d..0e5d2d039f7813f640f87f4bdf32d2aa1f830ac0 100644
--- a/services/ui/manifest.json
+++ b/services/ui/manifest.json
@@ -43,7 +43,10 @@
},
"required": {
"*": [ "app" ],
- "service:shell": [ "shell:all_users", "shell:explicit_class" ],
+ "service:service_manager": [
+ "service_manager:all_users",
+ "service_manager:explicit_class"
+ ],
"service:ui": [ "ozone" ]
}
}
« no previous file with comments | « services/ui/ime/BUILD.gn ('k') | services/ui/ws/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698