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

Unified Diff: services/catalog/data/capabilities

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 | « media/mojo/services/pipeline_apptest_manifest.json ('k') | services/catalog/data/instance » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/data/capabilities
diff --git a/services/catalog/data/capabilities b/services/catalog/data/capabilities
index 92649b2817f1afc9f1ea59d37c03725fae1d431d..54aa56aad3387f5e2fe796de6aadd36fc0ddc0dc 100644
--- a/services/catalog/data/capabilities
+++ b/services/catalog/data/capabilities
@@ -1,8 +1,11 @@
{
+ "manifest_version": 1,
"name": "mojo:foo",
"display_name": "Foo",
"process-group": "bar",
"capabilities": {
- "mojo:bar": ["mojo::Bar"]
+ "required": {
+ "mojo:bar": { "interfaces": [ "mojo::Bar" ] }
+ }
}
}
« no previous file with comments | « media/mojo/services/pipeline_apptest_manifest.json ('k') | services/catalog/data/instance » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698