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

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

Issue 2514923002: content: Use mus client-lib's gpu-service from renderers. (Closed)
Patch Set: . 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
« no previous file with comments | « content/common/child_process_messages.h ('k') | content/renderer/BUILD.gn » ('j') | 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 "device::mojom::PowerMonitor" 8 "device::mojom::PowerMonitor"
9 ], 9 ],
10 "plugin": [ 10 "plugin": [
11 "device::mojom::PowerMonitor", 11 "device::mojom::PowerMonitor",
12 "discardable_memory::mojom::DiscardableSharedMemoryManager" 12 "discardable_memory::mojom::DiscardableSharedMemoryManager",
13 "ui::mojom::Gpu"
13 ], 14 ],
14 "renderer": [ 15 "renderer": [
15 "blink::mojom::BackgroundSyncService", 16 "blink::mojom::BackgroundSyncService",
16 "blink::mojom::BroadcastChannelProvider", 17 "blink::mojom::BroadcastChannelProvider",
17 "blink::mojom::BudgetService", 18 "blink::mojom::BudgetService",
18 "blink::mojom::Hyphenation", 19 "blink::mojom::Hyphenation",
19 "blink::mojom::MimeRegistry", 20 "blink::mojom::MimeRegistry",
20 "blink::mojom::NotificationService", 21 "blink::mojom::NotificationService",
21 "blink::mojom::OffscreenCanvasCompositorFrameSinkProvider", 22 "blink::mojom::OffscreenCanvasCompositorFrameSinkProvider",
22 "blink::mojom::OffscreenCanvasSurface", 23 "blink::mojom::OffscreenCanvasSurface",
23 "blink::mojom::PermissionService", 24 "blink::mojom::PermissionService",
24 "blink::mojom::WebSocket", 25 "blink::mojom::WebSocket",
25 "content::mojom::MemoryCoordinatorHandle", 26 "content::mojom::MemoryCoordinatorHandle",
26 "content::mojom::ServiceWorkerDispatcherHost", 27 "content::mojom::ServiceWorkerDispatcherHost",
27 "content::mojom::StoragePartitionService", 28 "content::mojom::StoragePartitionService",
28 "content::mojom::URLLoaderFactory", 29 "content::mojom::URLLoaderFactory",
29 "content::mojom::VideoCaptureHost", 30 "content::mojom::VideoCaptureHost",
30 "device::BatteryMonitor", 31 "device::BatteryMonitor",
31 "device::mojom::GamepadMonitor", 32 "device::mojom::GamepadMonitor",
32 "device::mojom::LightSensor", 33 "device::mojom::LightSensor",
33 "device::mojom::MotionSensor", 34 "device::mojom::MotionSensor",
34 "device::mojom::OrientationAbsoluteSensor", 35 "device::mojom::OrientationAbsoluteSensor",
35 "device::mojom::OrientationSensor", 36 "device::mojom::OrientationSensor",
36 "device::mojom::PowerMonitor", 37 "device::mojom::PowerMonitor",
37 "device::mojom::TimeZoneMonitor", 38 "device::mojom::TimeZoneMonitor",
38 "discardable_memory::mojom::DiscardableSharedMemoryManager", 39 "discardable_memory::mojom::DiscardableSharedMemoryManager",
39 "media::mojom::ImageCapture", 40 "media::mojom::ImageCapture",
40 "memory_coordinator::mojom::MemoryCoordinatorHandle", 41 "memory_coordinator::mojom::MemoryCoordinatorHandle",
41 "payments::mojom::PaymentAppManager" 42 "payments::mojom::PaymentAppManager",
43 "ui::mojom::Gpu"
42 ], 44 ],
43 "service_manager:service_factory": [ 45 "service_manager:service_factory": [
44 "service_manager::mojom::ServiceFactory" 46 "service_manager::mojom::ServiceFactory"
45 ] 47 ]
46 }, 48 },
47 "requires": { 49 "requires": {
48 "*": [ "app" ], 50 "*": [ "app" ],
49 // In classic ash, the browser supplies ash interfaces to itself. 51 // In classic ash, the browser supplies ash interfaces to itself.
50 "content_browser": [ "ash" ], 52 "content_browser": [ "ash" ],
51 "content_gpu": [ "browser" ], 53 "content_gpu": [ "browser" ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "device::mojom::GeolocationService", 86 "device::mojom::GeolocationService",
85 "device::mojom::SensorProvider", 87 "device::mojom::SensorProvider",
86 "device::mojom::WakeLockService", 88 "device::mojom::WakeLockService",
87 "device::nfc::mojom::NFC", 89 "device::nfc::mojom::NFC",
88 "device::usb::DeviceManager", 90 "device::usb::DeviceManager",
89 "discardable_memory::mojom::DiscardableSharedMemoryManager", 91 "discardable_memory::mojom::DiscardableSharedMemoryManager",
90 "media::mojom::InterfaceFactory", 92 "media::mojom::InterfaceFactory",
91 "media::mojom::RemoterFactory", 93 "media::mojom::RemoterFactory",
92 "media::mojom::Renderer", 94 "media::mojom::Renderer",
93 "mojom::MediaDevicesDispatcherHost", 95 "mojom::MediaDevicesDispatcherHost",
94 "payments::mojom::PaymentRequest" 96 "payments::mojom::PaymentRequest",
97 "ui::mojom::Gpu"
95 ] 98 ]
96 }, 99 },
97 "requires": { 100 "requires": {
98 "content_renderer": [ "browser" ] 101 "content_renderer": [ "browser" ]
99 } 102 }
100 } 103 }
101 } 104 }
102 } 105 }
OLDNEW
« no previous file with comments | « content/common/child_process_messages.h ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698