| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index 0570a82af796e357f7b3b97ce1c091b8c394c18b..1ba9eee2e85188bd00c3fd0de2046eeff2b1c4fb 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -199,6 +199,8 @@ component("ash") {
|
| "link_handler_model.h",
|
| "link_handler_model_factory.cc",
|
| "link_handler_model_factory.h",
|
| + "login/lock_screen_controller.cc",
|
| + "login/lock_screen_controller.h",
|
| "login/ui/lock_contents_view.cc",
|
| "login/ui/lock_contents_view.h",
|
| "login/ui/lock_screen.cc",
|
| @@ -1166,6 +1168,7 @@ source_set("common_unittests") {
|
| "laser/laser_pointer_controller_unittest.cc",
|
| "laser/laser_pointer_points_unittest.cc",
|
| "laser/laser_segment_utils_unittest.cc",
|
| + "login/lock_screen_controller_unittest.cc",
|
| "metrics/desktop_task_switch_metric_recorder_unittest.cc",
|
| "metrics/pointer_metrics_recorder_unittest.cc",
|
| "metrics/task_switch_metrics_recorder_unittest.cc",
|
|
|