| Index: components/login/BUILD.gn
|
| diff --git a/components/login/BUILD.gn b/components/login/BUILD.gn
|
| index 12caf6ae019bc6033476920770435db06302c14d..9c23b7cf73bd90f47b1c63cca300151b72554fa1 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",
|
|
|