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

Unified Diff: services/device/unittest_manifest.json

Issue 2774783003: [DeviceService] Add service tests for VibrationManager. (Closed)
Patch Set: Let service_test app itself register mojo JNIs 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 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" ]
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698