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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/device/battery/battery_monitor_impl_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/unittest_manifest.json
diff --git a/services/device/unittest_manifest.json b/services/device/unittest_manifest.json
index c743b7b94c40d678fac68844af45d0bea9409e74..885fb99b9425eb6064354f7db53b36a71b6c9844 100644
--- a/services/device/unittest_manifest.json
+++ b/services/device/unittest_manifest.json
@@ -9,7 +9,10 @@
]
},
"requires": {
- "device": [ "device:vibration" ]
+ "device": [
+ "device:battery_monitor",
+ "device:vibration"
+ ]
}
}
}
« 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