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