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 "plugin": [ | 7 "plugin": [ |
8 "discardable_memory::mojom::DiscardableSharedMemoryManager", | 8 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
9 "ui::mojom::Gpu" | 9 "ui::mojom::Gpu" |
10 ], | 10 ], |
(...skipping 22 matching lines...) Expand all Loading... |
33 "device::mojom::OrientationSensor", | 33 "device::mojom::OrientationSensor", |
34 "discardable_memory::mojom::DiscardableSharedMemoryManager", | 34 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
35 "media::mojom::ImageCapture", | 35 "media::mojom::ImageCapture", |
36 "memory_coordinator::mojom::MemoryCoordinatorHandle", | 36 "memory_coordinator::mojom::MemoryCoordinatorHandle", |
37 "payments::mojom::PaymentAppManager", | 37 "payments::mojom::PaymentAppManager", |
38 "shape_detection::mojom::BarcodeDetection", | 38 "shape_detection::mojom::BarcodeDetection", |
39 "shape_detection::mojom::FaceDetectionProvider", | 39 "shape_detection::mojom::FaceDetectionProvider", |
40 "shape_detection::mojom::TextDetection", | 40 "shape_detection::mojom::TextDetection", |
41 "ui::mojom::Gpu" | 41 "ui::mojom::Gpu" |
42 ], | 42 ], |
| 43 "gpu": [ |
| 44 "media::mojom::AndroidOverlayProvider" |
| 45 ], |
43 "service_manager:service_factory": [ | 46 "service_manager:service_factory": [ |
44 "service_manager::mojom::ServiceFactory" | 47 "service_manager::mojom::ServiceFactory" |
45 ] | 48 ] |
46 }, | 49 }, |
47 "requires": { | 50 "requires": { |
48 "*": [ "app" ], | 51 "*": [ "app" ], |
49 // In classic ash, the browser supplies ash interfaces to itself. | 52 // In classic ash, the browser supplies ash interfaces to itself. |
50 "content_browser": [ "ash" ], | 53 "content_browser": [ "ash" ], |
51 "content_gpu": [ "browser" ], | 54 "content_gpu": [ "browser" ], |
52 "content_plugin": [ "browser" ], | 55 "content_plugin": [ "browser" ], |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 "payments::mojom::PaymentRequest", | 101 "payments::mojom::PaymentRequest", |
99 "ui::mojom::Gpu" | 102 "ui::mojom::Gpu" |
100 ] | 103 ] |
101 }, | 104 }, |
102 "requires": { | 105 "requires": { |
103 "content_renderer": [ "browser" ] | 106 "content_renderer": [ "browser" ] |
104 } | 107 } |
105 } | 108 } |
106 } | 109 } |
107 } | 110 } |
OLD | NEW |