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

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

Issue 7210060: Rename app_strings to ui_strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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/views/shell_dialogs_win.cc ('k') | chrome/tools/check_grd_for_unused_strings.py » ('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 f470f2e1ea84ebc4f6822f5fc134338f44d5c58d..b89fd4dada9d7b66644c705cd2890e6fb426a0b0 100755
--- a/chrome/tools/build/repack_locales.py
+++ b/chrome/tools/build/repack_locales.py
@@ -62,8 +62,8 @@ def calc_inputs(locale):
#e.g. '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_da.pak'
inputs.append('%s/webkit/webkit_strings_%s.pak' % (SHARE_INT_DIR, locale))
- #e.g. '<(SHARED_INTERMEDIATE_DIR)/ui/app_strings_da.pak',
- inputs.append('%s/ui/app_strings/app_strings_%s.pak' % (
+ #e.g. '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings_da.pak',
+ inputs.append('%s/ui/ui_strings/ui_strings_%s.pak' % (
SHARE_INT_DIR, locale))
#e.g. '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings_da.pak',
« no previous file with comments | « chrome/browser/ui/views/shell_dialogs_win.cc ('k') | chrome/tools/check_grd_for_unused_strings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698