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

Unified Diff: ash/common/strings/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 | « ash/ash_strings.gyp ('k') | ash/common/strings/ash_strings_am.xtb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/strings/BUILD.gn
diff --git a/ash/strings/BUILD.gn b/ash/common/strings/BUILD.gn
similarity index 95%
rename from ash/strings/BUILD.gn
rename to ash/common/strings/BUILD.gn
index 6a7617c3b752cac41489d697f788e296037ab24f..8ca655ab8bd2df6f13ecfc568c357bf7552e618e 100644
--- a/ash/strings/BUILD.gn
+++ b/ash/common/strings/BUILD.gn
@@ -6,7 +6,7 @@ import("//tools/grit/grit_rule.gni")
import("//tools/grit/repack.gni")
grit("strings") {
- source = "../ash_strings.grd"
+ source = "../../ash_strings.grd"
outputs = [
"grit/ash_strings.h",
"ash_strings_am.pak",
@@ -74,13 +74,13 @@ 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/strings/ash_strings_${locale}.pak",
+ "$root_gen_dir/ash/common/strings/ash_strings_${locale}.pak",
"$root_gen_dir/ui/strings/app_locale_settings_${locale}.pak",
"$root_gen_dir/ui/strings/ui_strings_${locale}.pak",
]
deps = [
- "//ash/strings",
+ "//ash/common/strings",
"//ui/strings:app_locale_settings",
"//ui/strings:ui_strings",
]
« no previous file with comments | « ash/ash_strings.gyp ('k') | ash/common/strings/ash_strings_am.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698