Index: components/filesystem/test_manifest.json |
diff --git a/components/filesystem/test_manifest.json b/components/filesystem/test_manifest.json |
index ef30998a7ee5d65390424e5f8689add2b6421d26..37108ffbe2008fd297197a6291095eb0bec121e8 100644 |
--- a/components/filesystem/test_manifest.json |
+++ b/components/filesystem/test_manifest.json |
@@ -1,5 +1,10 @@ |
{ |
+ "manifest_version": 1, |
"name": "exe:filesystem_service_unittests", |
"display_name": "Filesystem Service Unittests", |
- "capabilities": { "*": [ "*" ] } |
+ "capabilities": { |
+ "required": { |
+ "mojo:filesystem": { "interfaces": [ "filesystem::FileSystem" ] } |
+ } |
+ } |
} |