Index: chromeos/BUILD.gn |
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn |
index 8ab2c150e53a3a28d9876c130f9774ae5516c3b1..b7203f086320277999dbb231282d15dcc088a5ba 100644 |
--- a/chromeos/BUILD.gn |
+++ b/chromeos/BUILD.gn |
@@ -35,6 +35,7 @@ component("chromeos") { |
"//components/prefs", |
"//components/proxy_config", |
"//components/signin/core/account_id", |
+ "//components/user_manager", |
"//crypto", |
"//crypto:platform", |
"//google_apis", |
@@ -149,6 +150,7 @@ test("chromeos_unittests") { |
"//components/onc", |
"//components/prefs:test_support", |
"//components/proxy_config", |
+ "//components/signin/core/account_id", |
"//crypto", |
"//crypto:test_support", |
"//dbus:test_support", |