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

Unified Diff: services/shell/tests/connect/connect_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
Index: services/shell/tests/connect/connect_unittests_manifest.json
diff --git a/services/shell/tests/connect/connect_unittests_manifest.json b/services/shell/tests/connect/connect_unittests_manifest.json
index 715b1f31ec78911df3fdb2a5570346549a05441d..a28a2af1814b20f32dfe668ebe8ef8f2ed773509 100644
--- a/services/shell/tests/connect/connect_unittests_manifest.json
+++ b/services/shell/tests/connect/connect_unittests_manifest.json
@@ -4,9 +4,8 @@
"display_name": "Connect Unittests",
"capabilities": {
"required": {
- "mojo:connect_test_package": { "interfaces": [ "*" ] },
- "mojo:connect_test_class_app": {
- "interfaces": [ "*" ]
+ "mojo:connect_test_package": {
+ "interfaces": [ "shell::test::mojom::ConnectTestService" ]
},
"mojo:connect_test_app": {
"interfaces": [
« no previous file with comments | « services/shell/tests/connect/connect_test_app_manifest.json ('k') | services/shell/tests/lifecycle/exe_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698