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

Unified Diff: mash/unittests_manifest.json

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/session/manifest.json ('k') | services/catalog/data/wildcard_interfaces » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/unittests_manifest.json
diff --git a/mash/unittests_manifest.json b/mash/unittests_manifest.json
index fb322d5c8ca34a90b57031bc4d686791366142d5..07461b199472100fcf84913b5870da31ec988f81 100644
--- a/mash/unittests_manifest.json
+++ b/mash/unittests_manifest.json
@@ -4,10 +4,14 @@
"display_name": "Mash Unittests",
"capabilities": {
"required": {
- "mojo:desktop_wm": { "interfaces": [ "*" ] },
- "mojo:quick_launch": { "interfaces": [ "*" ] },
+ "*": { "classes": [ "app" ] },
+ "mojo:desktop_wm": {
+ "interfaces": [
+ "mus::mojom::AcceleratorRegistrar",
+ "mash::wm::mojom::UserWindowController"
+ ]
+ },
"mojo:mus": {
- "classes": [ "app" ],
"interfaces": [ "mus::mojom::WindowServerTest" ]
}
}
« no previous file with comments | « mash/session/manifest.json ('k') | services/catalog/data/wildcard_interfaces » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698