Index: ash/BUILD.gn |
diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
index 1ab1bc66985d328d50ff305c4b1f3c03d700211f..81be185df3e3d764e82452e0a3c18f6115ab9bee 100644 |
--- a/ash/BUILD.gn |
+++ b/ash/BUILD.gn |
@@ -25,6 +25,7 @@ component("ash") { |
"//ash/resources", |
"//ash/strings", |
"//ash/wm/common:ash_wm_common", |
+ "//ash/wm/common/resources", |
] |
deps = [ |
"//base", |
@@ -192,6 +193,7 @@ source_set("test_support") { |
deps = [ |
":test_support_with_content", # TODO(beng): reverse this direction. |
"//ash/resources", |
+ "//ash/wm/common/resources", |
"//base:i18n", |
"//base/test:test_support", |
"//components/signin/core/account_id", |
@@ -282,6 +284,7 @@ static_library("ash_shell_lib") { |
":test_support", |
"//ash/resources", |
"//ash/strings", |
+ "//ash/wm/common/resources", |
"//base", |
"//base:i18n", |
"//components/user_manager", |
@@ -349,6 +352,7 @@ test("ash_unittests") { |
":test_support_with_content", |
"//ash/resources", |
"//ash/strings", |
+ "//ash/wm/common/resources", |
"//base", |
"//base/test:test_support", |
"//components/signin/core/account_id", |