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

Unified Diff: services/catalog/data/wildcard_interfaces

Issue 1943993005: Remove wildcard usage in interface lists (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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 | « mash/unittests_manifest.json ('k') | services/catalog/entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/data/wildcard_interfaces
diff --git a/services/catalog/data/wildcard_interfaces b/services/catalog/data/wildcard_interfaces
new file mode 100644
index 0000000000000000000000000000000000000000..bb60dba459e7c19a67c9c20422b440b5d356552c
--- /dev/null
+++ b/services/catalog/data/wildcard_interfaces
@@ -0,0 +1,12 @@
+{
+ "manifest_version": 1,
+ "name": "mojo:foo",
+ "display_name": "Foo",
+ "capabilities": {
+ "required": {
+ "mojo:bar": {
+ "interfaces": [ "*" ]
+ }
+ }
+ }
+}
« no previous file with comments | « mash/unittests_manifest.json ('k') | services/catalog/entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698