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

Unified Diff: chrome/tools/build/repack_locales.py

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/test/BUILD.gn ('k') | components/exo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/repack_locales.py
diff --git a/chrome/tools/build/repack_locales.py b/chrome/tools/build/repack_locales.py
index f5b84dfd47fbc54c814b2f7db325f5bf38f5b26f..dc82d7d474e529eb711c3523b04fdf0fe18eb98c 100755
--- a/chrome/tools/build/repack_locales.py
+++ b/chrome/tools/build/repack_locales.py
@@ -96,8 +96,8 @@ def calc_inputs(locale):
'components_%s_strings_%s.pak' % (BRANDING, locale)))
if USE_ASH:
- #e.g. '<(SHARED_INTERMEDIATE_DIR)/ash/strings/ash_strings_da.pak',
- inputs.append(os.path.join(SHARE_INT_DIR, 'ash', 'strings',
+ #e.g. '<(SHARED_INTERMEDIATE_DIR)/ash/common/strings/ash_strings_da.pak',
+ inputs.append(os.path.join(SHARE_INT_DIR, 'ash', 'common', 'strings',
'ash_strings_%s.pak' % locale))
if CHROMEOS:
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/exo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698