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

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

Issue 2692993006: Port device_sensors to be hosted in Device Service (Closed)
Patch Set: code rebase Created 3 years, 10 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 ],
11 "renderer": [ 11 "renderer": [
12 "blink::mojom::BackgroundSyncService", 12 "blink::mojom::BackgroundSyncService",
13 "blink::mojom::BroadcastChannelProvider", 13 "blink::mojom::BroadcastChannelProvider",
14 "blink::mojom::BudgetService", 14 "blink::mojom::BudgetService",
15 "blink::mojom::Hyphenation", 15 "blink::mojom::Hyphenation",
16 "blink::mojom::MimeRegistry", 16 "blink::mojom::MimeRegistry",
17 "blink::mojom::NotificationService", 17 "blink::mojom::NotificationService",
18 "blink::mojom::OffscreenCanvasCompositorFrameSinkProvider", 18 "blink::mojom::OffscreenCanvasCompositorFrameSinkProvider",
19 "blink::mojom::OffscreenCanvasSurfaceFactory", 19 "blink::mojom::OffscreenCanvasSurfaceFactory",
20 "blink::mojom::PermissionService", 20 "blink::mojom::PermissionService",
21 "blink::mojom::WebSocket", 21 "blink::mojom::WebSocket",
22 "content::mojom::MemoryCoordinatorHandle", 22 "content::mojom::MemoryCoordinatorHandle",
23 "content::mojom::ServiceWorkerDispatcherHost", 23 "content::mojom::ServiceWorkerDispatcherHost",
24 "content::mojom::StoragePartitionService", 24 "content::mojom::StoragePartitionService",
25 "content::mojom::URLLoaderFactory", 25 "content::mojom::URLLoaderFactory",
26 "content::mojom::VideoCaptureHost", 26 "content::mojom::VideoCaptureHost",
27 "device::BatteryMonitor", 27 "device::BatteryMonitor",
28 "device::mojom::GamepadMonitor", 28 "device::mojom::GamepadMonitor",
29 "device::mojom::LightSensor",
30 "device::mojom::MotionSensor",
31 "device::mojom::OrientationAbsoluteSensor",
32 "device::mojom::OrientationSensor",
33 "discardable_memory::mojom::DiscardableSharedMemoryManager", 29 "discardable_memory::mojom::DiscardableSharedMemoryManager",
34 "media::mojom::ImageCapture", 30 "media::mojom::ImageCapture",
35 "memory_coordinator::mojom::MemoryCoordinatorHandle", 31 "memory_coordinator::mojom::MemoryCoordinatorHandle",
36 "payments::mojom::PaymentAppManager", 32 "payments::mojom::PaymentAppManager",
37 "shape_detection::mojom::BarcodeDetection", 33 "shape_detection::mojom::BarcodeDetection",
38 "shape_detection::mojom::FaceDetectionProvider", 34 "shape_detection::mojom::FaceDetectionProvider",
39 "shape_detection::mojom::TextDetection", 35 "shape_detection::mojom::TextDetection",
40 "ui::mojom::Gpu" 36 "ui::mojom::Gpu"
41 ], 37 ],
42 "service_manager:service_factory": [ 38 "service_manager:service_factory": [
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "payments::mojom::PaymentRequest", 92 "payments::mojom::PaymentRequest",
97 "ui::mojom::Gpu" 93 "ui::mojom::Gpu"
98 ] 94 ]
99 }, 95 },
100 "requires": { 96 "requires": {
101 "content_renderer": [ "browser" ] 97 "content_renderer": [ "browser" ]
102 } 98 }
103 } 99 }
104 } 100 }
105 } 101 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698