Index: ash/BUILD.gn |
diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
index 25a26915d864cd80051ff246f8d4cde907a0c548..3673933a1934f4504c2ad9e0eda499abc46c76b8 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", |