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

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, 9 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 "media::mojom::AndroidOverlayProvider", 8 "media::mojom::AndroidOverlayProvider",
9 "memory_instrumentation::mojom::Coordinator" 9 "memory_instrumentation::mojom::Coordinator"
10 ], 10 ],
(...skipping 15 matching lines...) Expand all
26 "blink::mojom::WebSocket", 26 "blink::mojom::WebSocket",
27 "content::mojom::FieldTrialRecorder", 27 "content::mojom::FieldTrialRecorder",
28 "content::mojom::MemoryCoordinatorHandle", 28 "content::mojom::MemoryCoordinatorHandle",
29 "content::mojom::PushMessaging", 29 "content::mojom::PushMessaging",
30 "content::mojom::ServiceWorkerDispatcherHost", 30 "content::mojom::ServiceWorkerDispatcherHost",
31 "content::mojom::StoragePartitionService", 31 "content::mojom::StoragePartitionService",
32 "content::mojom::URLLoaderFactory", 32 "content::mojom::URLLoaderFactory",
33 "content::mojom::VideoCaptureHost", 33 "content::mojom::VideoCaptureHost",
34 "device::BatteryMonitor", 34 "device::BatteryMonitor",
35 "device::mojom::GamepadMonitor", 35 "device::mojom::GamepadMonitor",
36 "device::mojom::LightSensor",
37 "device::mojom::MotionSensor",
38 "device::mojom::OrientationAbsoluteSensor",
39 "device::mojom::OrientationSensor",
40 "discardable_memory::mojom::DiscardableSharedMemoryManager", 36 "discardable_memory::mojom::DiscardableSharedMemoryManager",
41 "media::mojom::ImageCapture", 37 "media::mojom::ImageCapture",
42 "memory_coordinator::mojom::MemoryCoordinatorHandle", 38 "memory_coordinator::mojom::MemoryCoordinatorHandle",
43 "memory_instrumentation::mojom::Coordinator", 39 "memory_instrumentation::mojom::Coordinator",
44 "payments::mojom::PaymentAppManager", 40 "payments::mojom::PaymentAppManager",
45 "shape_detection::mojom::BarcodeDetection", 41 "shape_detection::mojom::BarcodeDetection",
46 "shape_detection::mojom::FaceDetectionProvider", 42 "shape_detection::mojom::FaceDetectionProvider",
47 "shape_detection::mojom::TextDetection", 43 "shape_detection::mojom::TextDetection",
48 "ui::mojom::Gpu" 44 "ui::mojom::Gpu"
49 ], 45 ],
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "payments::mojom::PaymentRequest", 101 "payments::mojom::PaymentRequest",
106 "ui::mojom::Gpu" 102 "ui::mojom::Gpu"
107 ] 103 ]
108 }, 104 },
109 "requires": { 105 "requires": {
110 "content_renderer": [ "browser" ] 106 "content_renderer": [ "browser" ]
111 } 107 }
112 } 108 }
113 } 109 }
114 } 110 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/app/mojo/content_renderer_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698