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

Unified Diff: ash/strings/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 | « ash/sticky_keys/sticky_keys_overlay.cc ('k') | ash/strings/ash_strings_am.xtb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/strings/BUILD.gn
diff --git a/ash/common/strings/BUILD.gn b/ash/strings/BUILD.gn
similarity index 95%
rename from ash/common/strings/BUILD.gn
rename to ash/strings/BUILD.gn
index 9fa3892fb6e9c6a89a29e06a748a5f55c87297ef..b2b80d607ed588879bde29995ce435a698d6ba89 100644
--- a/ash/common/strings/BUILD.gn
+++ b/ash/strings/BUILD.gn
@@ -8,7 +8,7 @@ import("//tools/grit/repack.gni")
assert(is_chromeos)
grit("strings") {
- source = "../../ash_strings.grd"
+ source = "../ash_strings.grd"
use_qualified_include = true
outputs = [
"grit/ash_strings.h",
@@ -77,7 +77,7 @@ template("repack_one_locale_ash") {
repack(target_name) {
# Each input pak file should also have a deps line for completeness.
sources = [
- "$root_gen_dir/ash/common/strings/ash_strings_${locale}.pak",
+ "$root_gen_dir/ash/strings/ash_strings_${locale}.pak",
"$root_gen_dir/device/bluetooth/strings/bluetooth_strings_${locale}.pak",
"$root_gen_dir/ui/chromeos/strings/ui_chromeos_strings_${locale}.pak",
"$root_gen_dir/ui/strings/app_locale_settings_${locale}.pak",
@@ -85,7 +85,7 @@ template("repack_one_locale_ash") {
]
deps = [
- "//ash/common/strings",
+ "//ash/strings",
"//device/bluetooth/strings",
"//ui/chromeos/strings",
"//ui/strings:app_locale_settings",
« no previous file with comments | « ash/sticky_keys/sticky_keys_overlay.cc ('k') | ash/strings/ash_strings_am.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698