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

Side by Side Diff: services/device/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
« no previous file with comments | « services/device/device_service.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "device", 2 "name": "device",
3 "display_name": "Device Service", 3 "display_name": "Device Service",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "device:fingerprint": [ "device::mojom::Fingerprint" ],
7 "device:power_monitor": [ "device::mojom::PowerMonitor" ], 8 "device:power_monitor": [ "device::mojom::PowerMonitor" ],
8 "device:screen_orientation": [ "device::mojom::ScreenOrientationListener " ], 9 "device:screen_orientation": [ "device::mojom::ScreenOrientationListener " ],
9 "device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ], 10 "device:sensors": [
10 » "device:fingerprint": [ "device::mojom::Fingerprint" ] 11 "device::mojom::LightSensor",
12 "device::mojom::MotionSensor",
13 "device::mojom::OrientationAbsoluteSensor",
14 "device::mojom::OrientationSensor"
15 ],
16 "device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ]
11 }, 17 },
12 "requires": { 18 "requires": {
13 "service_manager": [ "service_manager:all_users" ] 19 "service_manager": [ "service_manager:all_users" ]
14 } 20 }
15 } 21 }
16 } 22 }
17 } 23 }
OLDNEW
« no previous file with comments | « services/device/device_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698