| Index: services/ui/manifest.json
|
| diff --git a/services/ui/manifest.json b/services/ui/manifest.json
|
| index a23859086b95bd8146e6a20e6b3570048fab2edd..ab69f58d2149db1ac597a3b3ac4a81015f449573 100644
|
| --- a/services/ui/manifest.json
|
| +++ b/services/ui/manifest.json
|
| @@ -14,11 +14,16 @@
|
| "ui::mojom::InputDeviceServer",
|
| "ui::mojom::WindowTreeFactory"
|
| ],
|
| + // Interfaces provided by mus-gpu for mus-ws.
|
| + "ozone": [
|
| + "ui::ozone::mojom::Cursor"
|
| + ],
|
| "test": [
|
| "ui::mojom::WindowServerTest"
|
| ]
|
| },
|
| "required": {
|
| + "mojo:ui": { "classes": [ "ozone" ] },
|
| "*": { "classes": [ "app" ] },
|
| "mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
|
| }
|
|
|