| 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 "plugin": [ | 7 "plugin": [ |
| 8 "discardable_memory::mojom::DiscardableSharedMemoryManager", | 8 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
| 9 "ui::mojom::Gpu" | 9 "ui::mojom::Gpu" |
| 10 ], | 10 ], |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 "content::mojom::ServiceWorkerDispatcherHost", | 23 "content::mojom::ServiceWorkerDispatcherHost", |
| 24 "content::mojom::StoragePartitionService", | 24 "content::mojom::StoragePartitionService", |
| 25 "content::mojom::URLLoaderFactory", | 25 "content::mojom::URLLoaderFactory", |
| 26 "content::mojom::VideoCaptureHost", | 26 "content::mojom::VideoCaptureHost", |
| 27 "device::BatteryMonitor", | 27 "device::BatteryMonitor", |
| 28 "device::mojom::GamepadMonitor", | 28 "device::mojom::GamepadMonitor", |
| 29 "device::mojom::LightSensor", | 29 "device::mojom::LightSensor", |
| 30 "device::mojom::MotionSensor", | 30 "device::mojom::MotionSensor", |
| 31 "device::mojom::OrientationAbsoluteSensor", | 31 "device::mojom::OrientationAbsoluteSensor", |
| 32 "device::mojom::OrientationSensor", | 32 "device::mojom::OrientationSensor", |
| 33 "device::mojom::TimeZoneMonitor", | |
| 34 "discardable_memory::mojom::DiscardableSharedMemoryManager", | 33 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
| 35 "media::mojom::ImageCapture", | 34 "media::mojom::ImageCapture", |
| 36 "memory_coordinator::mojom::MemoryCoordinatorHandle", | 35 "memory_coordinator::mojom::MemoryCoordinatorHandle", |
| 37 "payments::mojom::PaymentAppManager", | 36 "payments::mojom::PaymentAppManager", |
| 38 "ui::mojom::Gpu" | 37 "ui::mojom::Gpu" |
| 39 ], | 38 ], |
| 40 "service_manager:service_factory": [ | 39 "service_manager:service_factory": [ |
| 41 "service_manager::mojom::ServiceFactory" | 40 "service_manager::mojom::ServiceFactory" |
| 42 ] | 41 ] |
| 43 }, | 42 }, |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 "shape_detection::mojom::TextDetection", | 91 "shape_detection::mojom::TextDetection", |
| 93 "ui::mojom::Gpu" | 92 "ui::mojom::Gpu" |
| 94 ] | 93 ] |
| 95 }, | 94 }, |
| 96 "requires": { | 95 "requires": { |
| 97 "content_renderer": [ "browser" ] | 96 "content_renderer": [ "browser" ] |
| 98 } | 97 } |
| 99 } | 98 } |
| 100 } | 99 } |
| 101 } | 100 } |
| OLD | NEW |