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

Unified Diff: services/video_capture/test/service_unittest_manifest.json

Issue 2824883005: [Mojo Video Capture] Stop service when last client disconnects. (Closed)
Patch Set: Incorporate suggestions from PatchSet #4 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/video_capture/test/service_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/test/service_unittest_manifest.json
diff --git a/services/video_capture/test/service_unittest_manifest.json b/services/video_capture/test/service_unittest_manifest.json
index c8d45bc19206c0caefc35e0f4a5ffbb6a34354b6..482363248a247f2fb6d90809e07adff4cfd93a34 100644
--- a/services/video_capture/test/service_unittest_manifest.json
+++ b/services/video_capture/test/service_unittest_manifest.json
@@ -4,7 +4,8 @@
"interface_provider_specs": {
"service_manager:connector": {
"requires": {
- "video_capture": [ "tests" ]
+ "video_capture": [ "tests" ],
+ "service_manager": [ "service_manager:service_manager" ]
}
}
}
« no previous file with comments | « services/video_capture/test/service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698