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

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

Issue 2620083002: Shape Detection: Move mojom interface to //services (Closed)
Patch Set: 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 "plugin": [ 7 "plugin": [
8 "discardable_memory::mojom::DiscardableSharedMemoryManager", 8 "discardable_memory::mojom::DiscardableSharedMemoryManager",
9 "ui::mojom::Gpu" 9 "ui::mojom::Gpu"
10 ], 10 ],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 } 59 }
60 }, 60 },
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::BarcodeDetection",
70 "blink::mojom::FaceDetectionProvider",
71 "blink::mojom::MediaSessionService", 69 "blink::mojom::MediaSessionService",
72 "blink::mojom::PermissionService", 70 "blink::mojom::PermissionService",
73 "blink::mojom::PresentationService", 71 "blink::mojom::PresentationService",
74 "blink::mojom::SensitiveInputVisibilityService", 72 "blink::mojom::SensitiveInputVisibilityService",
75 "blink::mojom::TextDetection",
76 "blink::mojom::WebBluetoothService", 73 "blink::mojom::WebBluetoothService",
77 "blink::mojom::WebSocket", 74 "blink::mojom::WebSocket",
78 // TODO(beng): figure out how to overlay test interfaces like this. 75 // TODO(beng): figure out how to overlay test interfaces like this.
79 "content::mojom::BrowserTarget", 76 "content::mojom::BrowserTarget",
80 "device::mojom::VRService", 77 "device::mojom::VRService",
81 "device::VibrationManager", 78 "device::VibrationManager",
82 "device::mojom::GeolocationService", 79 "device::mojom::GeolocationService",
83 "device::mojom::SensorProvider", 80 "device::mojom::SensorProvider",
84 "device::mojom::WakeLockService", 81 "device::mojom::WakeLockService",
85 "device::nfc::mojom::NFC", 82 "device::nfc::mojom::NFC",
86 "device::usb::DeviceManager", 83 "device::usb::DeviceManager",
87 "discardable_memory::mojom::DiscardableSharedMemoryManager", 84 "discardable_memory::mojom::DiscardableSharedMemoryManager",
88 "media::mojom::InterfaceFactory", 85 "media::mojom::InterfaceFactory",
89 "media::mojom::RemoterFactory", 86 "media::mojom::RemoterFactory",
90 "media::mojom::Renderer", 87 "media::mojom::Renderer",
91 "mojom::MediaDevicesDispatcherHost", 88 "mojom::MediaDevicesDispatcherHost",
92 "payments::mojom::PaymentRequest", 89 "payments::mojom::PaymentRequest",
90 "shape_detection::mojom::BarcodeDetection",
91 "shape_detection::mojom::FaceDetectionProvider",
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698