| Index: mash/wm/BUILD.gn
|
| diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
|
| index edf445434900bb517806006fe2672180916099a8..9201ab18c02f9b966bc72e4af73f5b91b6c005c5 100644
|
| --- a/mash/wm/BUILD.gn
|
| +++ b/mash/wm/BUILD.gn
|
| @@ -160,6 +160,8 @@ source_set("unittests") {
|
| "app_launch_unittest.cc",
|
| "frame/move_loop_unittest.cc",
|
| "layout_manager_unittest.cc",
|
| + "test/wm_test_screen.cc",
|
| + "test/wm_test_screen.h",
|
| "window_manager_unittest.cc",
|
| ]
|
|
|
| @@ -180,12 +182,15 @@ source_set("unittests") {
|
| "//mojo/public/cpp/system",
|
| "//services/shell/public/cpp:shell_test_support",
|
| "//testing/gtest",
|
| + "//ui/aura",
|
| "//ui/base",
|
| + "//ui/display",
|
| "//ui/events",
|
| "//ui/gfx:test_support",
|
| "//ui/gfx/geometry",
|
| "//ui/mojo/geometry:interfaces",
|
| "//ui/mojo/geometry:util",
|
| + "//ui/views/mus",
|
| ]
|
|
|
| data_deps = [
|
|
|