| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index b413405e4436336369f84c1200c6f7328029a405..b73016d5654b36f4117a83e80b97586f3682f5d0 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -1212,6 +1212,7 @@ source_set("common_unittests") {
|
| "common/wm/workspace/workspace_layout_manager_unittest.cc",
|
| "common/wm_window_unittest.cc",
|
| "common/wm_window_user_data_unittest.cc",
|
| + "display/display_configuration_controller_unittest.cc",
|
| "first_run/first_run_helper_unittest.cc",
|
| "focus_cycler_unittest.cc",
|
| "frame/caption_buttons/frame_size_button_unittest.cc",
|
| @@ -1224,6 +1225,7 @@ source_set("common_unittests") {
|
| "metrics/user_metrics_recorder_unittest.cc",
|
| "root_window_controller_unittest.cc",
|
| "rotator/screen_rotation_animation_unittest.cc",
|
| + "rotator/screen_rotation_animator_unittest.cc",
|
| "screen_util_unittest.cc",
|
| "shelf/shelf_layout_manager_unittest.cc",
|
| "shelf/shelf_unittest.cc",
|
|
|