OLD | NEW |
1 { | 1 { |
2 // NOTE: This is the manifest for service:chrome_mash, which is only used to | 2 // NOTE: This is the manifest for service:chrome_mus, which is only used to |
3 // package services for the Mash environment when baked into the Chrome binary | 3 // package services for the Mus environment when baked into the Chrome binary |
4 // (i.e. "chrome --mash") | 4 // (i.e. "chrome --mus") |
5 // | 5 // |
6 // If you need to require or provide capabilities from Chrome itself within | 6 // If you need to require or provide capabilities from Chrome itself within |
7 // the you should instead modify chrome_content_browser_manifest_overlay.json. | 7 // the you should instead modify chrome_content_browser_manifest_overlay.json. |
8 "name": "chrome_mash", | 8 "name": "chrome_mus", |
9 "display_name": "Chrome Mash Packaged Services", | 9 "display_name": "Chrome Mus Packaged Services", |
10 "interface_provider_specs": { | 10 "interface_provider_specs": { |
11 "service_manager:connector": { | 11 "service_manager:connector": { |
12 "provides": { | 12 "provides": { |
13 "service_manager:service_factory": [ | 13 "service_manager:service_factory": [ |
14 "service_manager::mojom::ServiceFactory" | 14 "service_manager::mojom::ServiceFactory" |
15 ] | 15 ] |
16 }, | 16 }, |
17 "requires": { | 17 "requires": { |
18 "*": [ "app" ], | 18 "*": [ "app" ], |
| 19 "catalog": [ "control" ], |
| 20 "content_browser": [ "app" ], |
19 "service_manager": [ "service_manager:instance_per_child" ], | 21 "service_manager": [ "service_manager:instance_per_child" ], |
20 "catalog": [ "control" ], | |
21 "ash": [ "app" ], | |
22 "content_browser": [ "app" ], | |
23 "quick_launch": [ "app" ], | |
24 "ui": [ "app" ] | 22 "ui": [ "app" ] |
25 } | 23 } |
26 } | 24 } |
27 } | 25 } |
28 } | 26 } |
OLD | NEW |