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

Unified Diff: chrome/chrome_repack_locales.gni

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 | « chrome/browser/ui/ash/multi_user/user_switch_util.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_repack_locales.gni
diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
index 7f5b7b7780d0ca1ee30e0ff813a4573f679457df..83b1e19a33b50508ba4a33351b54c895212ab906 100644
--- a/chrome/chrome_repack_locales.gni
+++ b/chrome/chrome_repack_locales.gni
@@ -59,8 +59,9 @@ template("_repack_one_locale") {
}
if (use_ash) {
- sources += [ "${root_gen_dir}/ash/strings/ash_strings_${locale}.pak" ]
- deps += [ "//ash/strings" ]
+ sources +=
+ [ "${root_gen_dir}/ash/common/strings/ash_strings_${locale}.pak" ]
+ deps += [ "//ash/common/strings" ]
}
if (is_chromeos) {
sources += [
« no previous file with comments | « chrome/browser/ui/ash/multi_user/user_switch_util.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698