| Index: components/mus/manifest.json
|
| diff --git a/components/mus/manifest.json b/components/mus/manifest.json
|
| deleted file mode 100644
|
| index 1969bec66e7dea746d96091009939fccc0b87d02..0000000000000000000000000000000000000000
|
| --- a/components/mus/manifest.json
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -{
|
| - "manifest_version": 1,
|
| - "name": "mojo:mus",
|
| - "display_name": "UI Service",
|
| - "capabilities": {
|
| - "provided": {
|
| - // A collection of interfaces needed by a generic client of mus.
|
| - // Additional interfaces may be requested a-la-carte.
|
| - "app": [
|
| - "mus::mojom::Clipboard",
|
| - "mus::mojom::DisplayManager",
|
| - "mus::mojom::Gpu",
|
| - "mus::mojom::GpuService",
|
| - "mus::mojom::InputDeviceServer",
|
| - "mus::mojom::WindowTreeFactory"
|
| - ],
|
| - "test": [
|
| - "mus::mojom::WindowServerTest"
|
| - ]
|
| - },
|
| - "required": {
|
| - "*": { "classes": [ "app" ] },
|
| - "mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
|
| - }
|
| - }
|
| -}
|
|
|