Index: components/login/BUILD.gn |
diff --git a/components/login/BUILD.gn b/components/login/BUILD.gn |
index be7525a831b2d22ac24d52b4a1dd94076598c252..26a28685f6cff5f9a182a6dcd60b8791f873618c 100644 |
--- a/components/login/BUILD.gn |
+++ b/components/login/BUILD.gn |
@@ -15,9 +15,12 @@ component("login") { |
defines = [ "LOGIN_IMPLEMENTATION" ] |
deps = [ |
- "//base", |
"//ui/base", |
] |
+ |
+ public_deps = [ |
+ "//base", |
+ ] |
} |
source_set("unit_tests") { |