| Index: services/ui/ws/BUILD.gn
|
| diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
|
| index 53cac7d71e21cb7b45b1916af1ee268688251817..90db269448f93df8223ad50f240860f407c87c81 100644
|
| --- a/services/ui/ws/BUILD.gn
|
| +++ b/services/ui/ws/BUILD.gn
|
| @@ -262,6 +262,12 @@ service_test("mus_ws_unittests") {
|
| sources += [ "window_manager_client_unittest.cc" ]
|
| }
|
|
|
| + # TODO(jamescook): Run this test on non-ozone platforms. This will require
|
| + # initializing all the platform-specific windowing support.
|
| + if (use_ozone) {
|
| + sources += [ "platform_display_default_unittest.cc" ]
|
| + }
|
| +
|
| catalog = ":mus_ws_unittests_catalog"
|
|
|
| deps = [
|
|
|