| Index: components/mus/ws/BUILD.gn
|
| diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
|
| index c09a43a039cbcdecfac4626670e32f6148660fb4..f787458b57d753f3697b6177cf220b1d8adaae6f 100644
|
| --- a/components/mus/ws/BUILD.gn
|
| +++ b/components/mus/ws/BUILD.gn
|
| @@ -41,6 +41,8 @@ source_set("lib") {
|
| "platform_display_factory.h",
|
| "platform_display_init_params.cc",
|
| "platform_display_init_params.h",
|
| + "platform_screen.cc",
|
| + "platform_screen.h",
|
| "server_window.cc",
|
| "server_window.h",
|
| "server_window_delegate.h",
|
| @@ -117,6 +119,8 @@ source_set("lib") {
|
| ]
|
|
|
| if (use_ozone) {
|
| + sources -= [ "platform_screen.cc" ]
|
| + sources += [ "platform_screen_ozone.cc" ]
|
| deps += [ "//ui/ozone:ozone" ]
|
| }
|
| }
|
|
|