| 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 30 matching lines...) Expand all Loading... |
| 41 "payments::mojom::PaymentManager", | 41 "payments::mojom::PaymentManager", |
| 42 "shape_detection::mojom::BarcodeDetection", | 42 "shape_detection::mojom::BarcodeDetection", |
| 43 "shape_detection::mojom::FaceDetectionProvider", | 43 "shape_detection::mojom::FaceDetectionProvider", |
| 44 "shape_detection::mojom::TextDetection", | 44 "shape_detection::mojom::TextDetection", |
| 45 "ui::mojom::Gpu" | 45 "ui::mojom::Gpu" |
| 46 ], | 46 ], |
| 47 "service_manager:service_factory": [ | 47 "service_manager:service_factory": [ |
| 48 "service_manager::mojom::ServiceFactory" | 48 "service_manager::mojom::ServiceFactory" |
| 49 ], | 49 ], |
| 50 "utility": [ | 50 "utility": [ |
| 51 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
| 51 "memory_instrumentation::mojom::Coordinator" | 52 "memory_instrumentation::mojom::Coordinator" |
| 52 ] | 53 ] |
| 53 }, | 54 }, |
| 54 "requires": { | 55 "requires": { |
| 55 "*": [ "app" ], | 56 "*": [ "app" ], |
| 56 // In classic ash, the browser supplies ash interfaces to itself. | 57 // In classic ash, the browser supplies ash interfaces to itself. |
| 57 "content_browser": [ "ash" ], | 58 "content_browser": [ "ash" ], |
| 58 "content_gpu": [ "browser" ], | 59 "content_gpu": [ "browser" ], |
| 59 "content_plugin": [ "browser" ], | 60 "content_plugin": [ "browser" ], |
| 60 "content_renderer": [ "browser" ], | 61 "content_renderer": [ "browser" ], |
| (...skipping 49 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 |