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

Unified Diff: ash/BUILD.gn

Issue 2163253003: Moves ash/strings to ash/common/strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extraneous Created 4 years, 5 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/accelerators/accelerator_table.cc » ('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 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",
]
« no previous file with comments | « no previous file | ash/accelerators/accelerator_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698