| 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": [ | 7 "gpu": [ |
| 8 "device::mojom::PowerMonitor" | 8 "device::mojom::PowerMonitor" |
| 9 ], | 9 ], |
| 10 "plugin": [ | 10 "plugin": [ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 "blink::mojom::ShapeDetection", | 23 "blink::mojom::ShapeDetection", |
| 24 "blink::mojom::WebSocket", | 24 "blink::mojom::WebSocket", |
| 25 "content::mojom::MemoryCoordinatorHandle", | 25 "content::mojom::MemoryCoordinatorHandle", |
| 26 "content::mojom::ServiceWorkerDispatcherHost", | 26 "content::mojom::ServiceWorkerDispatcherHost", |
| 27 "content::mojom::StoragePartitionService", | 27 "content::mojom::StoragePartitionService", |
| 28 "content::mojom::URLLoaderFactory", | 28 "content::mojom::URLLoaderFactory", |
| 29 "content::mojom::VideoCaptureHost", | 29 "content::mojom::VideoCaptureHost", |
| 30 "device::BatteryMonitor", | 30 "device::BatteryMonitor", |
| 31 "device::mojom::LightSensor", | 31 "device::mojom::LightSensor", |
| 32 "device::mojom::MotionSensor", | 32 "device::mojom::MotionSensor", |
| 33 "device::mojom::OrientationAbsoluteSensor", |
| 33 "device::mojom::OrientationSensor", | 34 "device::mojom::OrientationSensor", |
| 34 "device::mojom::PowerMonitor", | 35 "device::mojom::PowerMonitor", |
| 35 "device::mojom::TimeZoneMonitor", | 36 "device::mojom::TimeZoneMonitor", |
| 36 "media::mojom::ImageCapture", | 37 "media::mojom::ImageCapture", |
| 37 "memory_coordinator::mojom::MemoryCoordinatorHandle", | 38 "memory_coordinator::mojom::MemoryCoordinatorHandle", |
| 38 "payments::mojom::PaymentAppManager" | 39 "payments::mojom::PaymentAppManager" |
| 39 ], | 40 ], |
| 40 "service_manager:service_factory": [ | 41 "service_manager:service_factory": [ |
| 41 "service_manager::mojom::ServiceFactory" | 42 "service_manager::mojom::ServiceFactory" |
| 42 ] | 43 ] |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 "mojom::MediaDevicesDispatcherHost", | 89 "mojom::MediaDevicesDispatcherHost", |
| 89 "payments::mojom::PaymentRequest" | 90 "payments::mojom::PaymentRequest" |
| 90 ] | 91 ] |
| 91 }, | 92 }, |
| 92 "requires": { | 93 "requires": { |
| 93 "content_renderer": [ "browser" ] | 94 "content_renderer": [ "browser" ] |
| 94 } | 95 } |
| 95 } | 96 } |
| 96 } | 97 } |
| 97 } | 98 } |
| OLD | NEW |