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

Unified Diff: components/mus/ws/mus_ws_unittests_app_manifest.json

Issue 1915853002: Revert of Provide capability classes from Mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « components/mus/manifest.json ('k') | components/resource_provider/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/mus_ws_unittests_app_manifest.json
diff --git a/components/mus/ws/mus_ws_unittests_app_manifest.json b/components/mus/ws/mus_ws_unittests_app_manifest.json
index cdb8afdc97ed188380a50949fd9bbc829d38ad06..ad68fd6c374d611866bafa4b53d6875acc6e3e12 100644
--- a/components/mus/ws/mus_ws_unittests_app_manifest.json
+++ b/components/mus/ws/mus_ws_unittests_app_manifest.json
@@ -1,14 +1,5 @@
{
- "manifest_version": 1,
"name": "mojo:mus_ws_unittests_app",
"display_name": "Mus Window Server Unittests",
- "capabilities": {
- "required": {
- "*": { "interfaces": [ "*" ] },
- "mojo:mus": {
- "classes": [ "mus:core" ],
- "interfaces": [ "mus::mojom::WindowTreeHostFactory" ]
- }
- }
- }
+ "capabilities": { "*": [ "*" ] }
}
« no previous file with comments | « components/mus/manifest.json ('k') | components/resource_provider/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698