| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index 55c2dfac50c1c4a3e71491f8502b45e9daa63fe7..93389aaafd0d85de8854531ca76e1befd74eda6b 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -1203,6 +1203,7 @@ source_set("common_unittests") {
|
| "common/wm/overview/cleanup_animation_observer_unittest.cc",
|
| "common/wm/workspace/workspace_layout_manager_unittest.cc",
|
| "common/wm_window_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",
|
| @@ -1215,6 +1216,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",
|
|
|