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

Unified Diff: ash/BUILD.gn

Issue 2725903003: chromeos: Move //ash/common/strings to //ash/strings (Closed)
Patch Set: . 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') | chrome/tools/build/repack_locales.py » ('J')
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 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",
]
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | chrome/tools/build/repack_locales.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698