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

Unified Diff: services/video_capture/service_unittest_manifest.json

Issue 2224103002: Package video capture skeleton as Mojo Shell Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@VideoMojoSkeleton2
Patch Set: Fix for bots Created 4 years, 4 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/video_capture/service_unittest_manifest.json
diff --git a/services/video_capture/service_unittest_manifest.json b/services/video_capture/service_unittest_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..2c4756ca98bdd0ea0cbad6583be689e36746ceed
--- /dev/null
+++ b/services/video_capture/service_unittest_manifest.json
@@ -0,0 +1,11 @@
+{
+ "manifest_version": 1,
+ "name": "exe:video_capture_unittests",
+ "display_name": "Video Capture Unittests",
+ "capabilities": {
+ "required": {
+ "mojo:video_capture": {
+ "classes": [ "all" ] }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698