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..2dcfb3ac57d92ca0ecceaf5d45616dd9edbb5e4b |
--- /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": [ "tests" ] } |
+ } |
+ } |
+} |