| 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 20 matching lines...) Expand all Loading... |
| 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 "content::mojom::WorkerURLLoaderFactoryProvider", | 35 "content::mojom::WorkerURLLoaderFactoryProvider", |
| 36 "device::mojom::GamepadMonitor", | 36 "device::mojom::GamepadMonitor", |
| 37 "discardable_memory::mojom::DiscardableSharedMemoryManager", | 37 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
| 38 "media::mojom::ImageCapture", | 38 "media::mojom::ImageCapture", |
| 39 "memory_coordinator::mojom::MemoryCoordinatorHandle", | 39 "memory_coordinator::mojom::MemoryCoordinatorHandle", |
| 40 "memory_instrumentation::mojom::Coordinator", | 40 "memory_instrumentation::mojom::Coordinator", |
| 41 "metrics::mojom::SingleSampleMetricsProvider", |
| 41 "payments::mojom::PaymentManager", | 42 "payments::mojom::PaymentManager", |
| 42 "shape_detection::mojom::BarcodeDetection", | 43 "shape_detection::mojom::BarcodeDetection", |
| 43 "shape_detection::mojom::FaceDetectionProvider", | 44 "shape_detection::mojom::FaceDetectionProvider", |
| 44 "shape_detection::mojom::TextDetection", | 45 "shape_detection::mojom::TextDetection", |
| 45 "ui::mojom::Gpu" | 46 "ui::mojom::Gpu" |
| 46 ], | 47 ], |
| 47 "service_manager:service_factory": [ | 48 "service_manager:service_factory": [ |
| 48 "service_manager::mojom::ServiceFactory" | 49 "service_manager::mojom::ServiceFactory" |
| 49 ], | 50 ], |
| 50 "utility": [ | 51 "utility": [ |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 "payments::mojom::PaymentRequest", | 111 "payments::mojom::PaymentRequest", |
| 111 "ui::mojom::Gpu" | 112 "ui::mojom::Gpu" |
| 112 ] | 113 ] |
| 113 }, | 114 }, |
| 114 "requires": { | 115 "requires": { |
| 115 "content_renderer": [ "browser" ] | 116 "content_renderer": [ "browser" ] |
| 116 } | 117 } |
| 117 } | 118 } |
| 118 } | 119 } |
| 119 } | 120 } |
| OLD | NEW |