Index: ash/BUILD.gn |
diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
index ced0d8b07737de88e276f87230d518e2fb3c5bc4..3552c430477c146ba2e01cb068da612d64c4497f 100644 |
--- a/ash/BUILD.gn |
+++ b/ash/BUILD.gn |
@@ -54,6 +54,7 @@ component("ash") { |
"//ui/resources", |
"//ui/strings", |
"//ui/views", |
+ "//ui/views/mus", |
"//ui/wm", |
"//url", |
] |
@@ -178,6 +179,7 @@ source_set("test_support") { |
":test_support_with_content", # TODO(beng): reverse this direction. |
"//ash/resources", |
"//components/signin/core/account_id", |
+ "//components/user_manager", |
"//skia", |
"//testing/gtest", |
"//ui/accessibility", |
@@ -284,6 +286,7 @@ test("ash_unittests") { |
deps = [ |
":ash", |
+ ":ash_shell_lib", |
":ash_with_content", |
":test_support", |
"//ash/resources", |