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

Unified Diff: services/shell/tests/lifecycle/lifecycle_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/lifecycle/exe_manifest.json ('k') | services/shell/tests/shell/driver_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/lifecycle/lifecycle_unittest_manifest.json
diff --git a/services/shell/tests/lifecycle/lifecycle_unittest_manifest.json b/services/shell/tests/lifecycle/lifecycle_unittest_manifest.json
index bcf583aa667c14b3fdd0a31da3c8db0b31ad927f..98957343ab5305c0bf7c3cca4cb752a3de76bd4b 100644
--- a/services/shell/tests/lifecycle/lifecycle_unittest_manifest.json
+++ b/services/shell/tests/lifecycle/lifecycle_unittest_manifest.json
@@ -4,11 +4,18 @@
"display_name": "Lifecycle Unittest",
"capabilities": {
"required": {
- "*": { "interfaces": [ "*" ] },
+ "*": {
+ "interfaces": [ "shell::test::mojom::LifecycleControl" ]
+ },
+ "mojo:lifecycle_unittest_parent": {
+ "interfaces": [ "shell::test::mojom::Parent" ]
+ },
"mojo:shell": {
- "classes": [ "shell:instance_name",
- "shell:client_process" ],
- "interfaces": [ "*" ]
+ "classes": [
+ "shell:instance_name",
+ "shell:client_process"
+ ],
+ "interfaces": [ "shell::mojom::Shell" ]
}
}
}
« no previous file with comments | « services/shell/tests/lifecycle/exe_manifest.json ('k') | services/shell/tests/shell/driver_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698