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