| 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": { "*": [ "*" ] }
|
| }
|
|
|