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

Unified Diff: mojo/services/catalog/data/serialization

Issue 1878893002: Move //mojo/services tracing & catalog to //services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@63move
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 | « mojo/services/catalog/data/malformed ('k') | mojo/services/catalog/data/simple » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/catalog/data/serialization
diff --git a/mojo/services/catalog/data/serialization b/mojo/services/catalog/data/serialization
deleted file mode 100644
index 460570289e23b75657c4287dcd24b710541ade97..0000000000000000000000000000000000000000
--- a/mojo/services/catalog/data/serialization
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "manifest_version": 1,
- "name": "mojo:foo",
- "display_name": "Foo",
- "process-group": "bar",
- "capabilities": {
- "provided": {
- "foo": ["mojo::Bar", "mojo::Baz"],
- "bar": ["mojo::Bork"]
- },
- "required": {
- "mojo:bar": {
- "classes": ["a", "b"],
- "interfaces": ["mojo::Blork", "mojo::Blark"]
- }
- }
- }
-}
« no previous file with comments | « mojo/services/catalog/data/malformed ('k') | mojo/services/catalog/data/simple » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698