Chromium Code Reviews| Index: components/login/BUILD.gn |
| diff --git a/components/login/BUILD.gn b/components/login/BUILD.gn |
| index 22249304a8c9b88032989f9cd3c0947860f47db9..c23fb2ae0dc0a21590a35044fd6a2609eaf63c80 100644 |
| --- a/components/login/BUILD.gn |
| +++ b/components/login/BUILD.gn |
| @@ -10,6 +10,8 @@ component("login") { |
| "localized_values_builder.h", |
| "screens/screen_context.cc", |
| "screens/screen_context.h", |
| + "secure_module_util.cc", |
| + "secure_module_util.h", |
|
sammiequon
2017/05/04 16:04:47
What is the best folder too put these files?
xiyuan
2017/05/04 18:26:36
I am fine with putting it here.
|
| ] |
| defines = [ "LOGIN_IMPLEMENTATION" ] |