| Index: mash/wm/BUILD.gn
|
| diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
|
| index 7438e4fab5c589d24c7559e8fd3d3571e70a3f6c..3c6372f80f67d2f4e7b2056baeeab2d665f7c8eb 100644
|
| --- a/mash/wm/BUILD.gn
|
| +++ b/mash/wm/BUILD.gn
|
| @@ -14,6 +14,8 @@ source_set("lib") {
|
| "accelerator_registrar_impl.h",
|
| "background_layout.cc",
|
| "background_layout.h",
|
| + "disconnected_app_handler.cc",
|
| + "disconnected_app_handler.h",
|
| "fill_layout.cc",
|
| "fill_layout.h",
|
| "frame/caption_buttons/caption_button_types.h",
|
| @@ -151,6 +153,7 @@ source_set("unittests") {
|
| "//components/mus/public/cpp",
|
| "//components/mus/public/cpp/tests:unittest_support",
|
| "//components/mus/public/interfaces",
|
| + "//mash/wm/public/interfaces",
|
| "//mojo/converters/geometry",
|
| "//mojo/converters/input_events",
|
| "//mojo/edk/system",
|
|
|