Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Side by Side Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2588293005: Shape Detection: Add Text Detection in Chrome Android (Closed)
Patch Set: jochen@ comments, rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 "device::mojom::PowerMonitor" 8 "device::mojom::PowerMonitor"
9 ], 9 ],
10 "plugin": [ 10 "plugin": [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 // issues with mash browser_tests's manifest config that make this 70 // issues with mash browser_tests's manifest config that make this
71 // impossible this week. Remove once sky/ken fix this. 71 // impossible this week. Remove once sky/ken fix this.
72 "autofill::mojom::AutofillDriver", 72 "autofill::mojom::AutofillDriver",
73 "autofill::mojom::PasswordManagerDriver", 73 "autofill::mojom::PasswordManagerDriver",
74 "blink::mojom::BarcodeDetection", 74 "blink::mojom::BarcodeDetection",
75 "blink::mojom::FaceDetectionProvider", 75 "blink::mojom::FaceDetectionProvider",
76 "blink::mojom::MediaSessionService", 76 "blink::mojom::MediaSessionService",
77 "blink::mojom::PermissionService", 77 "blink::mojom::PermissionService",
78 "blink::mojom::PresentationService", 78 "blink::mojom::PresentationService",
79 "blink::mojom::SensitiveInputVisibilityService", 79 "blink::mojom::SensitiveInputVisibilityService",
80 "blink::mojom::TextDetection",
80 "blink::mojom::WebBluetoothService", 81 "blink::mojom::WebBluetoothService",
81 "blink::mojom::WebSocket", 82 "blink::mojom::WebSocket",
82 // TODO(beng): figure out how to overlay test interfaces like this. 83 // TODO(beng): figure out how to overlay test interfaces like this.
83 "content::mojom::BrowserTarget", 84 "content::mojom::BrowserTarget",
84 "device::mojom::VRService", 85 "device::mojom::VRService",
85 "device::VibrationManager", 86 "device::VibrationManager",
86 "device::mojom::GeolocationService", 87 "device::mojom::GeolocationService",
87 "device::mojom::SensorProvider", 88 "device::mojom::SensorProvider",
88 "device::mojom::WakeLockService", 89 "device::mojom::WakeLockService",
89 "device::nfc::mojom::NFC", 90 "device::nfc::mojom::NFC",
90 "device::usb::DeviceManager", 91 "device::usb::DeviceManager",
91 "discardable_memory::mojom::DiscardableSharedMemoryManager", 92 "discardable_memory::mojom::DiscardableSharedMemoryManager",
92 "media::mojom::InterfaceFactory", 93 "media::mojom::InterfaceFactory",
93 "media::mojom::RemoterFactory", 94 "media::mojom::RemoterFactory",
94 "media::mojom::Renderer", 95 "media::mojom::Renderer",
95 "mojom::MediaDevicesDispatcherHost", 96 "mojom::MediaDevicesDispatcherHost",
96 "payments::mojom::PaymentRequest", 97 "payments::mojom::PaymentRequest",
97 "ui::mojom::Gpu" 98 "ui::mojom::Gpu"
98 ] 99 ]
99 }, 100 },
100 "requires": { 101 "requires": {
101 "content_renderer": [ "browser" ] 102 "content_renderer": [ "browser" ]
102 } 103 }
103 } 104 }
104 } 105 }
105 } 106 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698