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

Side by Side Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2688193002: Mojo framework for AndroidOverlay. (Closed)
Patch Set: fixed mojo manifest bug introduced by rebase Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "content_browser", 2 "name": "content_browser",
3 "display_name": "Content (browser process)", 3 "display_name": "Content (browser process)",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "gpu": [ 7 "gpu": [
8 "media::mojom::AndroidOverlayProvider",
8 "memory_instrumentation::mojom::Coordinator" 9 "memory_instrumentation::mojom::Coordinator"
9 ], 10 ],
10 "plugin": [ 11 "plugin": [
11 "discardable_memory::mojom::DiscardableSharedMemoryManager", 12 "discardable_memory::mojom::DiscardableSharedMemoryManager",
12 "ui::mojom::Gpu" 13 "ui::mojom::Gpu"
13 ], 14 ],
14 "renderer": [ 15 "renderer": [
15 "blink::mojom::BackgroundFetchService", 16 "blink::mojom::BackgroundFetchService",
16 "blink::mojom::BackgroundSyncService", 17 "blink::mojom::BackgroundSyncService",
17 "blink::mojom::BroadcastChannelProvider", 18 "blink::mojom::BroadcastChannelProvider",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "payments::mojom::PaymentRequest", 105 "payments::mojom::PaymentRequest",
105 "ui::mojom::Gpu" 106 "ui::mojom::Gpu"
106 ] 107 ]
107 }, 108 },
108 "requires": { 109 "requires": {
109 "content_renderer": [ "browser" ] 110 "content_renderer": [ "browser" ]
110 } 111 }
111 } 112 }
112 } 113 }
113 } 114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698