| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 "navigation:frame": { | 61 "navigation:frame": { |
| 62 "provides": { | 62 "provides": { |
| 63 "renderer": [ | 63 "renderer": [ |
| 64 // TODO(beng): these belong in //chrome's overlay, but there are some | 64 // TODO(beng): these belong in //chrome's overlay, but there are some |
| 65 // issues with mash browser_tests's manifest config that make this | 65 // issues with mash browser_tests's manifest config that make this |
| 66 // impossible this week. Remove once sky/ken fix this. | 66 // impossible this week. Remove once sky/ken fix this. |
| 67 "autofill::mojom::AutofillDriver", | 67 "autofill::mojom::AutofillDriver", |
| 68 "autofill::mojom::PasswordManagerDriver", | 68 "autofill::mojom::PasswordManagerDriver", |
| 69 "blink::mojom::MediaSessionService", | 69 "blink::mojom::MediaSessionService", |
| 70 "blink::mojom::PermissionService", | 70 "blink::mojom::PermissionService", |
| 71 "blink::mojom::PresentationService", | |
| 72 "blink::mojom::SensitiveInputVisibilityService", | 71 "blink::mojom::SensitiveInputVisibilityService", |
| 73 "blink::mojom::WebBluetoothService", | 72 "blink::mojom::WebBluetoothService", |
| 74 "blink::mojom::WebSocket", | 73 "blink::mojom::WebSocket", |
| 75 // TODO(beng): figure out how to overlay test interfaces like this. | 74 // TODO(beng): figure out how to overlay test interfaces like this. |
| 76 "content::mojom::BrowserTarget", | 75 "content::mojom::BrowserTarget", |
| 76 "content::mojom::PresentationService", |
| 77 "device::mojom::VRService", | 77 "device::mojom::VRService", |
| 78 "device::VibrationManager", | 78 "device::VibrationManager", |
| 79 "device::mojom::GeolocationService", | 79 "device::mojom::GeolocationService", |
| 80 "device::mojom::SensorProvider", | 80 "device::mojom::SensorProvider", |
| 81 "device::mojom::WakeLockService", | 81 "device::mojom::WakeLockService", |
| 82 "device::nfc::mojom::NFC", | 82 "device::nfc::mojom::NFC", |
| 83 "device::usb::DeviceManager", | 83 "device::usb::DeviceManager", |
| 84 "discardable_memory::mojom::DiscardableSharedMemoryManager", | 84 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
| 85 "media::mojom::InterfaceFactory", | 85 "media::mojom::InterfaceFactory", |
| 86 "media::mojom::RemoterFactory", | 86 "media::mojom::RemoterFactory", |
| 87 "media::mojom::Renderer", | 87 "media::mojom::Renderer", |
| 88 "mojom::MediaDevicesDispatcherHost", | 88 "mojom::MediaDevicesDispatcherHost", |
| 89 "payments::mojom::PaymentRequest", | 89 "payments::mojom::PaymentRequest", |
| 90 "shape_detection::mojom::BarcodeDetection", | 90 "shape_detection::mojom::BarcodeDetection", |
| 91 "shape_detection::mojom::FaceDetectionProvider", | 91 "shape_detection::mojom::FaceDetectionProvider", |
| 92 "shape_detection::mojom::TextDetection", | 92 "shape_detection::mojom::TextDetection", |
| 93 "ui::mojom::Gpu" | 93 "ui::mojom::Gpu" |
| 94 ] | 94 ] |
| 95 }, | 95 }, |
| 96 "requires": { | 96 "requires": { |
| 97 "content_renderer": [ "browser" ] | 97 "content_renderer": [ "browser" ] |
| 98 } | 98 } |
| 99 } | 99 } |
| 100 } | 100 } |
| 101 } | 101 } |
| OLD | NEW |