| 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 ], | 10 ], |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 "memory_coordinator::mojom::MemoryCoordinatorHandle", | 41 "memory_coordinator::mojom::MemoryCoordinatorHandle", |
| 42 "metrics::mojom::SingleSampleMetricsProvider", | 42 "metrics::mojom::SingleSampleMetricsProvider", |
| 43 "payments::mojom::PaymentManager", | 43 "payments::mojom::PaymentManager", |
| 44 "shape_detection::mojom::BarcodeDetection", | 44 "shape_detection::mojom::BarcodeDetection", |
| 45 "shape_detection::mojom::FaceDetectionProvider", | 45 "shape_detection::mojom::FaceDetectionProvider", |
| 46 "shape_detection::mojom::TextDetection", | 46 "shape_detection::mojom::TextDetection", |
| 47 "ui::mojom::Gpu" | 47 "ui::mojom::Gpu" |
| 48 ], | 48 ], |
| 49 "service_manager:service_factory": [ | 49 "service_manager:service_factory": [ |
| 50 "service_manager::mojom::ServiceFactory" | 50 "service_manager::mojom::ServiceFactory" |
| 51 ], |
| 52 "utility": [ |
| 53 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
| 54 "memory_instrumentation::mojom::Coordinator" |
| 51 ] | 55 ] |
| 52 }, | 56 }, |
| 53 "requires": { | 57 "requires": { |
| 54 "*": [ "app" ], | 58 "*": [ "app" ], |
| 55 // In classic ash, the browser supplies ash interfaces to itself. | 59 // In classic ash, the browser supplies ash interfaces to itself. |
| 56 "content_browser": [ "ash", "memory_instrumentation" ], | 60 "content_browser": [ "ash", "memory_instrumentation" ], |
| 57 "content_gpu": [ "browser" ], | 61 "content_gpu": [ "browser" ], |
| 58 "content_plugin": [ "browser" ], | 62 "content_plugin": [ "browser" ], |
| 59 "content_renderer": [ "browser" ], | 63 "content_renderer": [ "browser" ], |
| 60 "content_utility": [ "browser" ], | 64 "content_utility": [ "browser" ], |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 "payments::mojom::PaymentRequest", | 117 "payments::mojom::PaymentRequest", |
| 114 "ui::mojom::Gpu" | 118 "ui::mojom::Gpu" |
| 115 ] | 119 ] |
| 116 }, | 120 }, |
| 117 "requires": { | 121 "requires": { |
| 118 "content_renderer": [ "browser" ] | 122 "content_renderer": [ "browser" ] |
| 119 } | 123 } |
| 120 } | 124 } |
| 121 } | 125 } |
| 122 } | 126 } |
| OLD | NEW |