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

Unified Diff: services/device/unittest_manifest.json

Issue 2774783003: [DeviceService] Add service tests for VibrationManager. (Closed)
Patch Set: Address comments from blundell@ 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
Index: services/device/unittest_manifest.json
diff --git a/services/device/unittest_manifest.json b/services/device/unittest_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..c743b7b94c40d678fac68844af45d0bea9409e74
--- /dev/null
+++ b/services/device/unittest_manifest.json
@@ -0,0 +1,16 @@
+{
+ "name": "device_unittests",
+ "display_name": "Device Service Unittests",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "service_manager:service_factory": [
+ "service_manager::mojom::ServiceFactory"
+ ]
+ },
+ "requires": {
+ "device": [ "device:vibration" ]
+ }
+ }
+ }
+}
« no previous file with comments | « services/device/device_service_test_base.cc ('k') | services/device/vibration/vibration_manager_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698