Chromium Code Reviews| Index: services/video_capture/service_manifest.json |
| diff --git a/services/video_capture/service_manifest.json b/services/video_capture/service_manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6e00b2a7754c1b3795987cf9ba037af448332303 |
| --- /dev/null |
| +++ b/services/video_capture/service_manifest.json |
| @@ -0,0 +1,13 @@ |
| +{ |
| + "manifest_version": 1, |
| + "name": "mojo:video_capture", |
| + "display_name": "Video Capture", |
| + "capabilities": { |
| + "provided": { |
| + "tests": ["*"] |
| + }, |
| + "required": { |
| + "mojo:shell": { "classes": [ "shell:all_users" ] } |
| + } |
| + } |
| +} |