| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index d0216157d654e1c6b6400fdb37214ef7d6a94697..786ce232be3af1a9051d680f9a6d6e7e75a1dbd1 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -841,10 +841,10 @@ component("ash") {
|
| defines = [ "ASH_IMPLEMENTATION" ]
|
|
|
| public_deps = [
|
| - "//ash/common/strings",
|
| "//ash/resources",
|
| "//ash/resources/vector_icons",
|
| "//ash/shared:app_types",
|
| + "//ash/strings",
|
| ]
|
| deps = [
|
| "//ash/autoclick/common:autoclick",
|
| @@ -1145,7 +1145,7 @@ test("ash_content_unittests") {
|
| ]
|
|
|
| data_deps = [
|
| - "//ash/common/strings:ash_test_strings",
|
| + "//ash/strings:ash_test_strings",
|
| "//ash/resources:ash_test_resources_with_content_100_percent",
|
| "//ash/resources:ash_test_resources_200_percent",
|
| ]
|
| @@ -1391,12 +1391,12 @@ test("ash_unittests") {
|
| ":ash",
|
| ":common_unittests",
|
| "//ash/autoclick/common:autoclick",
|
| - "//ash/common/strings",
|
| "//ash/common/test:test_support",
|
| "//ash/public/cpp:ash_public_cpp",
|
| "//ash/public/interfaces",
|
| "//ash/resources",
|
| "//ash/resources/vector_icons",
|
| + "//ash/strings",
|
| "//ash/test:ash_with_aura_test_support",
|
| "//ash/test:test_support_without_content",
|
| "//ash/touch_hud",
|
| @@ -1449,7 +1449,7 @@ test("ash_unittests") {
|
| ]
|
|
|
| data_deps = [
|
| - "//ash/common/strings:ash_test_strings",
|
| + "//ash/strings:ash_test_strings",
|
| "//ash/resources:ash_test_resources_100_percent",
|
| "//ash/resources:ash_test_resources_200_percent",
|
| ]
|
| @@ -1483,7 +1483,7 @@ executable("ash_shell_with_content") {
|
| ]
|
|
|
| data_deps = [
|
| - "//ash/common/strings:ash_test_strings",
|
| + "//ash/strings:ash_test_strings",
|
| "//ash/resources:ash_test_resources_with_content_100_percent",
|
| "//ash/resources:ash_test_resources_200_percent",
|
| ]
|
|
|