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

Unified Diff: components/filesystem/test_manifest.json

Issue 1916183004: Eliminate support for V0 manifests, migrate all to V1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@explicit
Patch Set: . Created 4 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 | « components/filesystem/manifest.json ('k') | components/leveldb/leveldb_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ] }
+ }
+ }
}
« no previous file with comments | « components/filesystem/manifest.json ('k') | components/leveldb/leveldb_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698