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

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

Issue 2564163003: ShapeDetection: Add ShapeDetectionProvider (Closed)
Patch Set: Fix layout tests, rebase Created 4 years 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": [
11 "device::mojom::PowerMonitor", 11 "device::mojom::PowerMonitor",
12 "discardable_memory::mojom::DiscardableSharedMemoryManager" 12 "discardable_memory::mojom::DiscardableSharedMemoryManager"
13 ], 13 ],
14 "renderer": [ 14 "renderer": [
15 "blink::mojom::BackgroundSyncService", 15 "blink::mojom::BackgroundSyncService",
16 "blink::mojom::BarcodeDetection",
mcasas 2016/12/13 17:37:32 IIRC this was needed to allow LayoutTests to use a
17 "blink::mojom::BroadcastChannelProvider", 16 "blink::mojom::BroadcastChannelProvider",
18 "blink::mojom::BudgetService", 17 "blink::mojom::BudgetService",
19 "blink::mojom::FaceDetection",
20 "blink::mojom::Hyphenation", 18 "blink::mojom::Hyphenation",
21 "blink::mojom::MimeRegistry", 19 "blink::mojom::MimeRegistry",
22 "blink::mojom::NotificationService", 20 "blink::mojom::NotificationService",
23 "blink::mojom::OffscreenCanvasCompositorFrameSinkProvider", 21 "blink::mojom::OffscreenCanvasCompositorFrameSinkProvider",
24 "blink::mojom::OffscreenCanvasSurface", 22 "blink::mojom::OffscreenCanvasSurface",
25 "blink::mojom::PermissionService", 23 "blink::mojom::PermissionService",
26 "blink::mojom::WebSocket", 24 "blink::mojom::WebSocket",
27 "content::mojom::MemoryCoordinatorHandle", 25 "content::mojom::MemoryCoordinatorHandle",
28 "content::mojom::ServiceWorkerDispatcherHost", 26 "content::mojom::ServiceWorkerDispatcherHost",
29 "content::mojom::StoragePartitionService", 27 "content::mojom::StoragePartitionService",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 }, 63 },
66 "navigation:frame": { 64 "navigation:frame": {
67 "provides": { 65 "provides": {
68 "renderer": [ 66 "renderer": [
69 // TODO(beng): these belong in //chrome's overlay, but there are some 67 // TODO(beng): these belong in //chrome's overlay, but there are some
70 // issues with mash browser_tests's manifest config that make this 68 // issues with mash browser_tests's manifest config that make this
71 // impossible this week. Remove once sky/ken fix this. 69 // impossible this week. Remove once sky/ken fix this.
72 "autofill::mojom::AutofillDriver", 70 "autofill::mojom::AutofillDriver",
73 "autofill::mojom::PasswordManagerDriver", 71 "autofill::mojom::PasswordManagerDriver",
74 "blink::mojom::BarcodeDetection", 72 "blink::mojom::BarcodeDetection",
75 "blink::mojom::FaceDetection", 73 "blink::mojom::FaceDetectionProvider",
76 "blink::mojom::MediaSessionService", 74 "blink::mojom::MediaSessionService",
77 "blink::mojom::PermissionService", 75 "blink::mojom::PermissionService",
78 "blink::mojom::PresentationService", 76 "blink::mojom::PresentationService",
79 "blink::mojom::SensitiveInputVisibilityService", 77 "blink::mojom::SensitiveInputVisibilityService",
80 "blink::mojom::WebBluetoothService", 78 "blink::mojom::WebBluetoothService",
81 "blink::mojom::WebSocket", 79 "blink::mojom::WebSocket",
82 // TODO(beng): figure out how to overlay test interfaces like this. 80 // TODO(beng): figure out how to overlay test interfaces like this.
83 "content::mojom::BrowserTarget", 81 "content::mojom::BrowserTarget",
84 "device::mojom::VRService", 82 "device::mojom::VRService",
85 "device::VibrationManager", 83 "device::VibrationManager",
86 "device::mojom::GeolocationService", 84 "device::mojom::GeolocationService",
87 "device::mojom::SensorProvider", 85 "device::mojom::SensorProvider",
88 "device::mojom::WakeLockService", 86 "device::mojom::WakeLockService",
89 "device::nfc::mojom::NFC", 87 "device::nfc::mojom::NFC",
90 "device::usb::DeviceManager", 88 "device::usb::DeviceManager",
91 "discardable_memory::mojom::DiscardableSharedMemoryManager", 89 "discardable_memory::mojom::DiscardableSharedMemoryManager",
92 "media::mojom::InterfaceFactory", 90 "media::mojom::InterfaceFactory",
93 "media::mojom::RemoterFactory", 91 "media::mojom::RemoterFactory",
94 "media::mojom::Renderer", 92 "media::mojom::Renderer",
95 "mojom::MediaDevicesDispatcherHost", 93 "mojom::MediaDevicesDispatcherHost",
96 "payments::mojom::PaymentRequest" 94 "payments::mojom::PaymentRequest"
97 ] 95 ]
98 }, 96 },
99 "requires": { 97 "requires": {
100 "content_renderer": [ "browser" ] 98 "content_renderer": [ "browser" ]
101 } 99 }
102 } 100 }
103 } 101 }
104 } 102 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698