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

Unified Diff: services/shell/tests/shell/shell_unittest_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 | « services/shell/tests/shell/driver_manifest.json ('k') | services/user/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/shell/shell_unittest_manifest.json
diff --git a/services/shell/tests/shell/shell_unittest_manifest.json b/services/shell/tests/shell/shell_unittest_manifest.json
index 7aca433ffcbebbbcd369b4f4e43fb6650c695140..2034ad3090526114457d1c7285d83a06a8cfabf8 100644
--- a/services/shell/tests/shell/shell_unittest_manifest.json
+++ b/services/shell/tests/shell/shell_unittest_manifest.json
@@ -5,7 +5,9 @@
"capabilities": {
"required": {
"mojo:shell": { "interfaces": [ "shell::mojom::Shell" ] },
- "exe:shell_unittest_driver": { "interfaces": [ "*" ] }
+ "exe:shell_unittest_driver": {
+ "interfaces": [ "shell::test::mojom::Driver" ]
+ }
}
}
}
« no previous file with comments | « services/shell/tests/shell/driver_manifest.json ('k') | services/user/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698