Index: ash/BUILD.gn |
diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
index 18dd9eb23f7b3ccc3ae03189936ad89534a91883..ef58883b2da113db78a26871f4a04d2202234d74 100644 |
--- a/ash/BUILD.gn |
+++ b/ash/BUILD.gn |
@@ -22,8 +22,8 @@ component("ash") { |
defines = [ "ASH_IMPLEMENTATION" ] |
public_deps = [ |
+ "//ash/common/strings", |
"//ash/resources", |
- "//ash/strings", |
] |
deps = [ |
"//ash/touch_hud", |
@@ -281,8 +281,8 @@ static_library("ash_shell_lib") { |
":ash", |
":ash_with_content", |
":test_support", |
+ "//ash/common/strings", |
"//ash/resources", |
- "//ash/strings", |
"//base", |
"//base:i18n", |
"//components/user_manager", |
@@ -348,8 +348,8 @@ test("ash_unittests") { |
":ash_with_content", |
":test_support", |
":test_support_with_content", |
+ "//ash/common/strings", |
"//ash/resources", |
- "//ash/strings", |
"//ash/touch_hud", |
"//base", |
"//base/test:test_support", |
@@ -393,7 +393,7 @@ test("ash_unittests") { |
] |
data_deps = [ |
- "//ash/strings:ash_test_strings", |
+ "//ash/common/strings:ash_test_strings", |
"//ash/resources:ash_test_resources_100_percent", |
"//ash/resources:ash_test_resources_200_percent", |
] |
@@ -475,7 +475,7 @@ executable("ash_shell_with_content") { |
] |
data_deps = [ |
- "//ash/strings:ash_test_strings", |
+ "//ash/common/strings:ash_test_strings", |
"//ash/resources:ash_test_resources_100_percent", |
"//ash/resources:ash_test_resources_200_percent", |
] |