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

Side by Side Diff: services/device/manifest.json

Issue 2734943003: Device Service: Decouple Wake Lock from //content (Closed)
Patch Set: 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:battery_monitor": [ "device::BatteryMonitor" ], 7 "device:battery_monitor": [ "device::BatteryMonitor" ],
8 "device:fingerprint": [ "device::mojom::Fingerprint" ], 8 "device:fingerprint": [ "device::mojom::Fingerprint" ],
9 "device:power_monitor": [ "device::mojom::PowerMonitor" ], 9 "device:power_monitor": [ "device::mojom::PowerMonitor" ],
10 "device:screen_orientation": [ "device::mojom::ScreenOrientationListener " ], 10 "device:screen_orientation": [ "device::mojom::ScreenOrientationListener " ],
11 "device:sensors": [ 11 "device:sensors": [
12 "device::mojom::LightSensor", 12 "device::mojom::LightSensor",
13 "device::mojom::MotionSensor", 13 "device::mojom::MotionSensor",
14 "device::mojom::OrientationAbsoluteSensor", 14 "device::mojom::OrientationAbsoluteSensor",
15 "device::mojom::OrientationSensor" 15 "device::mojom::OrientationSensor"
16 ], 16 ],
17 "device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ], 17 "device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ],
18 "device:vibration": [ "device::mojom::VibrationManager" ] 18 "device:vibration": [ "device::mojom::VibrationManager" ],
19 "device:wake_lock": [ "device::mojom::WakeLockContextProvider" ]
19 }, 20 },
20 "requires": { 21 "requires": {
21 "service_manager": [ "service_manager:all_users" ] 22 "service_manager": [ "service_manager:all_users" ]
22 } 23 }
23 } 24 }
24 } 25 }
25 } 26 }
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