Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: ash/BUILD.gn

Issue 2725903003: chromeos: Move //ash/common/strings to //ash/strings (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index aa377e4dff87eef7d3ac9af803538f67a45926ac..b413405e4436336369f84c1200c6f7328029a405 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",
]
@@ -1389,10 +1389,10 @@ test("ash_unittests") {
":ash",
":common_unittests",
"//ash/autoclick/common:autoclick",
- "//ash/common/strings",
"//ash/public/cpp:ash_public_cpp",
"//ash/resources",
"//ash/resources/vector_icons",
+ "//ash/strings",
"//ash/test:ash_with_aura_test_support",
"//ash/test:test_support_without_content",
"//ash/touch_hud",
@@ -1445,7 +1445,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",
]
@@ -1479,7 +1479,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",
]
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698