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

Unified Diff: ui/views/mus/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 | « services/user/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/unittests_manifest.json
diff --git a/ui/views/mus/unittests_manifest.json b/ui/views/mus/unittests_manifest.json
index 955a45c95d04419d3d7f5e8dd6392ea3981065da..23ef6e3fd843b6031c00ee1e148c3e5cf7b57e06 100644
--- a/ui/views/mus/unittests_manifest.json
+++ b/ui/views/mus/unittests_manifest.json
@@ -4,8 +4,7 @@
"display_name": "Views Mus Unittests",
"capabilities": {
"required": {
- "mojo:desktop_wm": { "interfaces": [ "*" ] },
- "mojo:mus": { "classes": [ "app" ] }
+ "*": { "classes": [ "app" ] }
}
}
}
« no previous file with comments | « services/user/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698