| OLD | NEW |
| 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": [ |
| 8 "memory_instrumentation::mojom::Coordinator" |
| 9 ], |
| 7 "plugin": [ | 10 "plugin": [ |
| 8 "discardable_memory::mojom::DiscardableSharedMemoryManager", | 11 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
| 9 "ui::mojom::Gpu" | 12 "ui::mojom::Gpu" |
| 10 ], | 13 ], |
| 11 "renderer": [ | 14 "renderer": [ |
| 12 "blink::mojom::BackgroundSyncService", | 15 "blink::mojom::BackgroundSyncService", |
| 13 "blink::mojom::BroadcastChannelProvider", | 16 "blink::mojom::BroadcastChannelProvider", |
| 14 "blink::mojom::BudgetService", | 17 "blink::mojom::BudgetService", |
| 15 "blink::mojom::Hyphenation", | 18 "blink::mojom::Hyphenation", |
| 16 "blink::mojom::MimeRegistry", | 19 "blink::mojom::MimeRegistry", |
| 17 "blink::mojom::NotificationService", | 20 "blink::mojom::NotificationService", |
| 18 "blink::mojom::OffscreenCanvasCompositorFrameSinkProvider", | 21 "blink::mojom::OffscreenCanvasCompositorFrameSinkProvider", |
| 19 "blink::mojom::OffscreenCanvasSurfaceFactory", | 22 "blink::mojom::OffscreenCanvasSurfaceFactory", |
| 20 "blink::mojom::PermissionService", | 23 "blink::mojom::PermissionService", |
| 21 "blink::mojom::WebSocket", | 24 "blink::mojom::WebSocket", |
| 22 "content::mojom::MemoryCoordinatorHandle", | 25 "content::mojom::MemoryCoordinatorHandle", |
| 23 "content::mojom::ServiceWorkerDispatcherHost", | 26 "content::mojom::ServiceWorkerDispatcherHost", |
| 24 "content::mojom::StoragePartitionService", | 27 "content::mojom::StoragePartitionService", |
| 25 "content::mojom::URLLoaderFactory", | 28 "content::mojom::URLLoaderFactory", |
| 26 "content::mojom::VideoCaptureHost", | 29 "content::mojom::VideoCaptureHost", |
| 27 "device::BatteryMonitor", | 30 "device::BatteryMonitor", |
| 28 "device::mojom::GamepadMonitor", | 31 "device::mojom::GamepadMonitor", |
| 29 "device::mojom::LightSensor", | 32 "device::mojom::LightSensor", |
| 30 "device::mojom::MotionSensor", | 33 "device::mojom::MotionSensor", |
| 31 "device::mojom::OrientationAbsoluteSensor", | 34 "device::mojom::OrientationAbsoluteSensor", |
| 32 "device::mojom::OrientationSensor", | 35 "device::mojom::OrientationSensor", |
| 33 "discardable_memory::mojom::DiscardableSharedMemoryManager", | 36 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
| 34 "media::mojom::ImageCapture", | 37 "media::mojom::ImageCapture", |
| 35 "memory_coordinator::mojom::MemoryCoordinatorHandle", | 38 "memory_coordinator::mojom::MemoryCoordinatorHandle", |
| 39 "memory_instrumentation::mojom::Coordinator", |
| 36 "payments::mojom::PaymentAppManager", | 40 "payments::mojom::PaymentAppManager", |
| 37 "shape_detection::mojom::BarcodeDetection", | 41 "shape_detection::mojom::BarcodeDetection", |
| 38 "shape_detection::mojom::FaceDetectionProvider", | 42 "shape_detection::mojom::FaceDetectionProvider", |
| 39 "shape_detection::mojom::TextDetection", | 43 "shape_detection::mojom::TextDetection", |
| 40 "ui::mojom::Gpu" | 44 "ui::mojom::Gpu" |
| 41 ], | 45 ], |
| 42 "service_manager:service_factory": [ | 46 "service_manager:service_factory": [ |
| 43 "service_manager::mojom::ServiceFactory" | 47 "service_manager::mojom::ServiceFactory" |
| 44 ] | 48 ] |
| 45 }, | 49 }, |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 "payments::mojom::PaymentRequest", | 99 "payments::mojom::PaymentRequest", |
| 96 "ui::mojom::Gpu" | 100 "ui::mojom::Gpu" |
| 97 ] | 101 ] |
| 98 }, | 102 }, |
| 99 "requires": { | 103 "requires": { |
| 100 "content_renderer": [ "browser" ] | 104 "content_renderer": [ "browser" ] |
| 101 } | 105 } |
| 102 } | 106 } |
| 103 } | 107 } |
| 104 } | 108 } |
| OLD | NEW |