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

Side by Side Diff: chromecast/browser/cast_content_browser_manifest_overlay.json

Issue 2562393005: [Chromecast] Reference internal services manifest. (Closed)
Patch Set: No content/ changes Created 4 years 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": "content_browser",
3 "display_name": "Cast Shell (Browser)",
2 "interface_provider_specs": { 4 "interface_provider_specs": {
3 "service_manager:connector": { 5 "service_manager:connector": {
4 "provides": { 6 "provides": {
5 "renderer": [ 7 "renderer": [
6 "chromecast::media::mojom::MediaCaps" 8 "chromecast::media::mojom::MediaCaps"
7 ] 9 ]
8 } 10 }
9 }, 11 },
10 // TODO(alokp): Move these to cast-service manifest when ready. 12 // TODO(alokp): Move these to cast-service manifest when ready.
11 // crbug.com/663067 13 // crbug.com/663067
12 "navigation:frame": { 14 "navigation:frame": {
13 "provides": { 15 "provides": {
14 "renderer": [ 16 "renderer": [
15 "chromecast::receiver::mojom::ApplicationChannelFactory", 17 "chromecast::receiver::mojom::ApplicationChannelFactory",
16 "chromecast::receiver::mojom::ApplicationMetricsRecorder", 18 "chromecast::receiver::mojom::ApplicationMetricsRecorder",
17 "chromecast::shell::mojom::CastCrypto", 19 "chromecast::shell::mojom::CastCrypto",
18 "chromecast::shell::mojom::Hdmi" 20 "chromecast::shell::mojom::Hdmi"
19 ] 21 ]
20 } 22 }
21 } 23 }
22 } 24 }
23 } 25 }
OLDNEW
« chromecast/browser/BUILD.gn ('K') | « chromecast/browser/cast_browser_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698