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