| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 "service_manager": [ | 75 "service_manager": [ |
| 76 "service_manager:client_process", | 76 "service_manager:client_process", |
| 77 "service_manager:instance_name", | 77 "service_manager:instance_name", |
| 78 "service_manager:service_manager", | 78 "service_manager:service_manager", |
| 79 "service_manager:user_id" | 79 "service_manager:user_id" |
| 80 ], | 80 ], |
| 81 "shape_detection": [ | 81 "shape_detection": [ |
| 82 "barcode_detection", | 82 "barcode_detection", |
| 83 "face_detection", | 83 "face_detection", |
| 84 "text_detection" | 84 "text_detection" |
| 85 | |
| 86 ], | 85 ], |
| 87 "resource_coordinator": [ "coordination_unit" ], | 86 "resource_coordinator": [ "coordination_unit" ], |
| 88 "video_capture": [ "capture" ] | 87 "video_capture": [ "capture" ] |
| 89 } | 88 } |
| 90 }, | 89 }, |
| 91 "navigation:frame": { | 90 "navigation:frame": { |
| 92 "provides": { | 91 "provides": { |
| 93 "renderer": [ | 92 "renderer": [ |
| 94 // TODO(beng): these belong in //chrome's overlay, but there are some | 93 // TODO(beng): these belong in //chrome's overlay, but there are some |
| 95 // issues with mash browser_tests's manifest config that make this | 94 // issues with mash browser_tests's manifest config that make this |
| (...skipping 13 matching lines...) Expand all Loading... |
| 109 "device::mojom::GeolocationService", | 108 "device::mojom::GeolocationService", |
| 110 "device::mojom::NFC", | 109 "device::mojom::NFC", |
| 111 "device::mojom::WakeLockService", | 110 "device::mojom::WakeLockService", |
| 112 "device::usb::DeviceManager", | 111 "device::usb::DeviceManager", |
| 113 "discardable_memory::mojom::DiscardableSharedMemoryManager", | 112 "discardable_memory::mojom::DiscardableSharedMemoryManager", |
| 114 "media::mojom::InterfaceFactory", | 113 "media::mojom::InterfaceFactory", |
| 115 "media::mojom::RemoterFactory", | 114 "media::mojom::RemoterFactory", |
| 116 "media::mojom::Renderer", | 115 "media::mojom::Renderer", |
| 117 "mojom::MediaDevicesDispatcherHost", | 116 "mojom::MediaDevicesDispatcherHost", |
| 118 "payments::mojom::PaymentRequest", | 117 "payments::mojom::PaymentRequest", |
| 118 "resource_coordinator::mojom::CoordinationUnit", |
| 119 "ui::mojom::Gpu" | 119 "ui::mojom::Gpu" |
| 120 ] | 120 ] |
| 121 }, | 121 }, |
| 122 "requires": { | 122 "requires": { |
| 123 "content_renderer": [ "browser" ] | 123 "content_renderer": [ "browser" ] |
| 124 } | 124 } |
| 125 } | 125 } |
| 126 } | 126 } |
| 127 } | 127 } |
| OLD | NEW |