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

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

Issue 2451413003: Introduce Device Service (Closed)
Patch Set: Rebase 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:font_service", 2 "name": "service:device",
3 "display_name": "Font Service", 3 "process-group": "browser",
4 "display_name": "Device Service",
4 "interface_provider_specs": { 5 "interface_provider_specs": {
5 "service_manager:connector": { 6 "service_manager:connector": {
6 "provides": { 7 "provides": {
7 "app": [ "font_service::mojom::FontService" ]
8 }, 8 },
9 "requires": { 9 "requires": {
10 "*": [ "app" ] 10 "*": [ "app" ]
Ken Rockot(use gerrit already) 2016/10/28 23:59:17 nit: Might as well remove this too. We should add
blundell 2016/10/31 23:11:56 Done.
11 } 11 }
12 } 12 }
13 } 13 }
14 } 14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698