| Index: ash/test/BUILD.gn
|
| diff --git a/ash/test/BUILD.gn b/ash/test/BUILD.gn
|
| index 96d7d5d17b1bd5032846c86d65de7c62b7f3a705..d3d935f1c780c9a7a5fbf3d67f744c57fe4bffb5 100644
|
| --- a/ash/test/BUILD.gn
|
| +++ b/ash/test/BUILD.gn
|
| @@ -90,6 +90,8 @@ static_library("test_support_common") {
|
| "../laser/laser_pointer_controller_test_api.h",
|
| "../laser/laser_pointer_points_test_api.cc",
|
| "../laser/laser_pointer_points_test_api.h",
|
| + "../rotator/test/screen_rotation_animator_test_api.cc",
|
| + "../rotator/test/screen_rotation_animator_test_api.h",
|
| "../shell/toplevel_window.cc",
|
| "../shell/toplevel_window.h",
|
| "ash_test_base.cc",
|
| @@ -103,6 +105,8 @@ static_library("test_support_common") {
|
| "child_modal_window.h",
|
| "cursor_manager_test_api.cc",
|
| "cursor_manager_test_api.h",
|
| + "display_configuration_controller_test_api.cc",
|
| + "display_configuration_controller_test_api.h",
|
| "immersive_fullscreen_controller_test_api.cc",
|
| "immersive_fullscreen_controller_test_api.h",
|
| "lock_state_controller_test_api.cc",
|
|
|