| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index 7a74be9ca761926c477e0bba7ac8ebe35e32cd1a..b50caed56862748c9aa88c5b9729d934289875fc 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -1156,6 +1156,7 @@ source_set("common_unittests") {
|
| "metrics/task_switch_metrics_recorder_unittest.cc",
|
| "metrics/task_switch_time_tracker_unittest.cc",
|
| "metrics/user_metrics_recorder_unittest.cc",
|
| + "mus/window_manager_common_unittests.cc",
|
| "mus_property_mirror_ash_unittest.cc",
|
| "root_window_controller_unittest.cc",
|
| "rotator/screen_rotation_animation_unittest.cc",
|
| @@ -1256,6 +1257,7 @@ source_set("common_unittests") {
|
| ]
|
| deps = [
|
| "//ash",
|
| + "//ash/mus:lib",
|
| "//ash/public/cpp:ash_public_cpp",
|
| "//ash/public/cpp:unit_tests",
|
| "//ash/resources/vector_icons",
|
|
|