| Index: services/ui/ws/mus_ws_unittests_app_manifest.json
|
| diff --git a/services/ui/ws/mus_ws_unittests_app_manifest.json b/services/ui/ws/mus_ws_unittests_app_manifest.json
|
| index 1f00e52645790ac6c9854e19badd8002a934f5f3..347e3b468204e00351204cb0cbbae62bb0b1587c 100644
|
| --- a/services/ui/ws/mus_ws_unittests_app_manifest.json
|
| +++ b/services/ui/ws/mus_ws_unittests_app_manifest.json
|
| @@ -11,7 +11,10 @@
|
| "requires": {
|
| "*": [ "app" ],
|
| "service:mus_ws_unittests_app": [ "ui:window_tree_client" ],
|
| - "service:ui": [ "ui:window_tree_host_factory" ]
|
| + "service:ui": [
|
| + "ui:window_tree_host_factory",
|
| + "ui:window_manager"
|
| + ]
|
| }
|
| }
|
| }
|
|
|