| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index 45a817be2b48924a99e766e6e1e9eb69989655d1..bf3e457d224932dafbdc534e15aee4281854672c 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -1208,6 +1208,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",
|
| @@ -1220,6 +1221,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",
|
|
|