| Index: components/login/BUILD.gn
|
| diff --git a/components/login/BUILD.gn b/components/login/BUILD.gn
|
| index e5c4d05bb2917eebe3b67147004e05a0d40b15ed..be7525a831b2d22ac24d52b4a1dd94076598c252 100644
|
| --- a/components/login/BUILD.gn
|
| +++ b/components/login/BUILD.gn
|
| @@ -6,6 +6,8 @@ component("login") {
|
| sources = [
|
| "base_screen_handler_utils.cc",
|
| "base_screen_handler_utils.h",
|
| + "localized_values_builder.cc",
|
| + "localized_values_builder.h",
|
| "screens/screen_context.cc",
|
| "screens/screen_context.h",
|
| ]
|
| @@ -14,6 +16,7 @@ component("login") {
|
|
|
| deps = [
|
| "//base",
|
| + "//ui/base",
|
| ]
|
| }
|
|
|
|
|