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