| Index: ui/views/mus/BUILD.gn
|
| diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
|
| index a786f002fff69c3890986748bb334dc21e452504..cb0876b5bd47657032bae599dd1cc33489b98f84 100644
|
| --- a/ui/views/mus/BUILD.gn
|
| +++ b/ui/views/mus/BUILD.gn
|
| @@ -22,8 +22,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",
|
| @@ -82,6 +80,7 @@ component("mus") {
|
| "//ui/mojo/ime:interfaces_cpp_sources",
|
| "//ui/native_theme",
|
| "//ui/platform_window",
|
| + "//ui/platform_window/stub",
|
| "//ui/views",
|
| "//ui/wm",
|
| ]
|
|
|