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

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

Issue 2812883003: Browser test dry runs with mojo audio streams.
Patch Set: Rebase Created 3 years, 6 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "content::mojom::FieldTrialRecorder", 8 "content::mojom::FieldTrialRecorder",
9 "media::mojom::AndroidOverlayProvider" 9 "media::mojom::AndroidOverlayProvider"
10 ], 10 ],
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "autofill::mojom::PasswordManagerDriver", 98 "autofill::mojom::PasswordManagerDriver",
99 "blink::mojom::KeyboardLockService", 99 "blink::mojom::KeyboardLockService",
100 "blink::mojom::MediaSessionService", 100 "blink::mojom::MediaSessionService",
101 "blink::mojom::PermissionService", 101 "blink::mojom::PermissionService",
102 "blink::mojom::PresentationService", 102 "blink::mojom::PresentationService",
103 "blink::mojom::SensitiveInputVisibilityService", 103 "blink::mojom::SensitiveInputVisibilityService",
104 "blink::mojom::WebBluetoothService", 104 "blink::mojom::WebBluetoothService",
105 "blink::mojom::WebSocket", 105 "blink::mojom::WebSocket",
106 // TODO(beng): figure out how to overlay test interfaces like this. 106 // TODO(beng): figure out how to overlay test interfaces like this.
107 "content::mojom::BrowserTarget", 107 "content::mojom::BrowserTarget",
108 "content::mojom::RendererAudioOutputStreamFactory",
108 "device::mojom::VRService", 109 "device::mojom::VRService",
109 "device::mojom::GeolocationService", 110 "device::mojom::GeolocationService",
110 "device::mojom::NFC", 111 "device::mojom::NFC",
111 "device::mojom::WakeLockService", 112 "device::mojom::WakeLockService",
112 "device::usb::DeviceManager", 113 "device::usb::DeviceManager",
113 "discardable_memory::mojom::DiscardableSharedMemoryManager", 114 "discardable_memory::mojom::DiscardableSharedMemoryManager",
114 "media::mojom::InterfaceFactory", 115 "media::mojom::InterfaceFactory",
115 "media::mojom::RemoterFactory", 116 "media::mojom::RemoterFactory",
116 "media::mojom::Renderer", 117 "media::mojom::Renderer",
117 "mojom::MediaDevicesDispatcherHost", 118 "mojom::MediaDevicesDispatcherHost",
118 "payments::mojom::PaymentRequest", 119 "payments::mojom::PaymentRequest",
119 "ui::mojom::Gpu" 120 "ui::mojom::Gpu"
120 ] 121 ]
121 }, 122 },
122 "requires": { 123 "requires": {
123 "content_renderer": [ "browser" ] 124 "content_renderer": [ "browser" ]
124 } 125 }
125 } 126 }
126 } 127 }
127 } 128 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698