| Index: components/mus/ws/BUILD.gn
|
| diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
|
| index c09a43a039cbcdecfac4626670e32f6148660fb4..e9151a4e42e1ddafa65773e1c25e658abc1bf76a 100644
|
| --- a/components/mus/ws/BUILD.gn
|
| +++ b/components/mus/ws/BUILD.gn
|
| @@ -41,6 +41,10 @@ source_set("lib") {
|
| "platform_display_factory.h",
|
| "platform_display_init_params.cc",
|
| "platform_display_init_params.h",
|
| + "platform_screen.cc",
|
| + "platform_screen.h",
|
| + "platform_screen_impl.cc",
|
| + "platform_screen_impl.h",
|
| "server_window.cc",
|
| "server_window.h",
|
| "server_window_delegate.h",
|
| @@ -117,6 +121,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" ]
|
| }
|
| }
|
|
|