| Index: components/mus/ws/BUILD.gn
|
| diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
|
| index ef7393a132f7968a664b54d7d414cc0476419476..9309007920dcacd9ff68a5421230d7d90be053f9 100644
|
| --- a/components/mus/ws/BUILD.gn
|
| +++ b/components/mus/ws/BUILD.gn
|
| @@ -39,6 +39,9 @@ source_set("lib") {
|
| "platform_display_factory.h",
|
| "platform_display_init_params.cc",
|
| "platform_display_init_params.h",
|
| + "platform_screen.h",
|
| + "platform_screen_impl.cc",
|
| + "platform_screen_impl.h",
|
| "server_window.cc",
|
| "server_window.h",
|
| "server_window_delegate.h",
|
| @@ -115,6 +118,14 @@ source_set("lib") {
|
| ]
|
|
|
| if (use_ozone) {
|
| + sources -= [
|
| + "platform_screen_impl.cc",
|
| + "platform_screen_impl.h",
|
| + ]
|
| + sources += [
|
| + "platform_screen_impl_ozone.cc",
|
| + "platform_screen_impl_ozone.h",
|
| + ]
|
| deps += [ "//ui/ozone:ozone" ]
|
| }
|
| }
|
|
|