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

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

Issue 2819163002: [DeviceService] Replace content browser test with service test for BatteryMonitorImpl (Closed)
Patch Set: Rebase only Created 3 years, 8 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/battery/battery_monitor_impl_unittest.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_unittests", 2 "name": "device_unittests",
3 "display_name": "Device Service Unittests", 3 "display_name": "Device Service Unittests",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "service_manager:service_factory": [ 7 "service_manager:service_factory": [
8 "service_manager::mojom::ServiceFactory" 8 "service_manager::mojom::ServiceFactory"
9 ] 9 ]
10 }, 10 },
11 "requires": { 11 "requires": {
12 "device": [ "device:vibration" ] 12 "device": [
13 "device:battery_monitor",
14 "device:vibration"
15 ]
13 } 16 }
14 } 17 }
15 } 18 }
16 } 19 }
OLDNEW
« no previous file with comments | « services/device/battery/battery_monitor_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698