| Index: components/login/BUILD.gn
|
| diff --git a/components/login/BUILD.gn b/components/login/BUILD.gn
|
| index d44ea691fbedd6d9b8d81704a2591ebd4ced05f3..e5c4d05bb2917eebe3b67147004e05a0d40b15ed 100644
|
| --- a/components/login/BUILD.gn
|
| +++ b/components/login/BUILD.gn
|
| @@ -10,9 +10,7 @@ component("login") {
|
| "screens/screen_context.h",
|
| ]
|
|
|
| - defines = [
|
| - "LOGIN_IMPLEMENTATION"
|
| - ]
|
| + defines = [ "LOGIN_IMPLEMENTATION" ]
|
|
|
| deps = [
|
| "//base",
|
| @@ -21,7 +19,9 @@ component("login") {
|
|
|
| source_set("unit_tests") {
|
| testonly = true
|
| - sources = ["screens/screen_context_unittest.cc"]
|
| + sources = [
|
| + "screens/screen_context_unittest.cc",
|
| + ]
|
|
|
| deps = [
|
| ":login",
|
|
|