| Index: ui/views/mus/BUILD.gn
|
| diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
|
| index dd673615073a495849e66562709e83393b044cbc..53f1a337b790e5eed69553a2f2556b4f7dc3cf93 100644
|
| --- a/ui/views/mus/BUILD.gn
|
| +++ b/ui/views/mus/BUILD.gn
|
| @@ -24,8 +24,6 @@ component("mus") {
|
| "mus_export.h",
|
| "native_widget_mus.cc",
|
| "native_widget_mus.h",
|
| - "platform_window_mus.cc",
|
| - "platform_window_mus.h",
|
| "screen_mus.cc",
|
| "screen_mus.h",
|
| "screen_mus_delegate.h",
|
| @@ -84,6 +82,7 @@ component("mus") {
|
| "//ui/mojo/ime:interfaces_cpp_sources",
|
| "//ui/native_theme",
|
| "//ui/platform_window",
|
| + "//ui/platform_window/stub",
|
| "//ui/views",
|
| "//ui/wm",
|
| ]
|
|
|