summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-15 23:59:02 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-15 23:59:02 +0000
commitfa6fc8b0c4df68c771d67fef4eafc134be810519 (patch)
tree49978e4a840e83356a36b196e7e4df47e8e89d3d /chrome/tools
parentf080731f20a6376c9194a7fd75a424b090d9369b (diff)
downloadchromium_src-fa6fc8b0c4df68c771d67fef4eafc134be810519.zip
chromium_src-fa6fc8b0c4df68c771d67fef4eafc134be810519.tar.gz
chromium_src-fa6fc8b0c4df68c771d67fef4eafc134be810519.tar.bz2
ash: Cleanup ash_strings target.
While I'm here make it more consistent with the other foo_strings.gyp we have in the tree. Some changes: 1) Make it use grit_target.gypi 2) Have a consistent and path oriented grit_out_dir. 3) Prefix the action name with generate_ 4) Remove direct_dependent_settings, since that is what grit_target.gypi is for. R=jamescook@chromium.org TBR=thestig@chromium.org # for trivial change in chrome/ Review URL: https://codereview.chromium.org/281183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270863 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rwxr-xr-xchrome/tools/build/repack_locales.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/tools/build/repack_locales.py b/chrome/tools/build/repack_locales.py
index 6f5f7c2..00f8dc9 100755
--- a/chrome/tools/build/repack_locales.py
+++ b/chrome/tools/build/repack_locales.py
@@ -80,8 +80,8 @@ def calc_inputs(locale):
'component_strings_%s.pak' % 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/strings/ash_strings_da.pak',
+ inputs.append(os.path.join(SHARE_INT_DIR, 'ash', 'strings',
'ash_strings_%s.pak' % locale))
if OS != 'ios':