| 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 "media::mojom::AndroidOverlayProvider", | 8 "media::mojom::AndroidOverlayProvider", |
| 9 "memory_instrumentation::mojom::Coordinator" | 9 "memory_instrumentation::mojom::Coordinator" |
| 10 ], | 10 ], |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 "blink::mojom::WebSocket", | 26 "blink::mojom::WebSocket", |
| 27 "content::mojom::FieldTrialRecorder", | 27 "content::mojom::FieldTrialRecorder", |
| 28 "content::mojom::MemoryCoordinatorHandle", | 28 "content::mojom::MemoryCoordinatorHandle", |
| 29 "content::mojom::PushMessaging", | 29 "content::mojom::PushMessaging", |
| 30 "content::mojom::ServiceWorkerDispatcherHost", | 30 "content::mojom::ServiceWorkerDispatcherHost", |
| 31 "content::mojom::StoragePartitionService", | 31 "content::mojom::StoragePartitionService", |
| 32 "content::mojom::URLLoaderFactory", | 32 "content::mojom::URLLoaderFactory", |
| 33 "content::mojom::VideoCaptureHost", | 33 "content::mojom::VideoCaptureHost", |
| 34 "device::BatteryMonitor", | 34 "device::BatteryMonitor", |
| 35 "device::mojom::GamepadMonitor", | 35 "device::mojom::GamepadMonitor", |
| 36 "device::mojom::LightSensor", | |
| 37 "device::mojom::MotionSensor", | |
| 38 "device::mojom::OrientationAbsoluteSensor", | |
| 39 "device::mojom::OrientationSensor", | |
| 40 "discardable_memory::mojom::DiscardableSharedMemoryManager", | 36 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
| 41 "media::mojom::ImageCapture", | 37 "media::mojom::ImageCapture", |
| 42 "memory_coordinator::mojom::MemoryCoordinatorHandle", | 38 "memory_coordinator::mojom::MemoryCoordinatorHandle", |
| 43 "memory_instrumentation::mojom::Coordinator", | 39 "memory_instrumentation::mojom::Coordinator", |
| 44 "payments::mojom::PaymentAppManager", | 40 "payments::mojom::PaymentAppManager", |
| 45 "shape_detection::mojom::BarcodeDetection", | 41 "shape_detection::mojom::BarcodeDetection", |
| 46 "shape_detection::mojom::FaceDetectionProvider", | 42 "shape_detection::mojom::FaceDetectionProvider", |
| 47 "shape_detection::mojom::TextDetection", | 43 "shape_detection::mojom::TextDetection", |
| 48 "ui::mojom::Gpu" | 44 "ui::mojom::Gpu" |
| 49 ], | 45 ], |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 "payments::mojom::PaymentRequest", | 101 "payments::mojom::PaymentRequest", |
| 106 "ui::mojom::Gpu" | 102 "ui::mojom::Gpu" |
| 107 ] | 103 ] |
| 108 }, | 104 }, |
| 109 "requires": { | 105 "requires": { |
| 110 "content_renderer": [ "browser" ] | 106 "content_renderer": [ "browser" ] |
| 111 } | 107 } |
| 112 } | 108 } |
| 113 } | 109 } |
| 114 } | 110 } |
| OLD | NEW |