diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index afd9849..b878687 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -59,7 +59,7 @@ 'grit_cmd': ['python', '../tools/grit/grit.py'], 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], # TODO: remove this helper when we have loops in GYP - 'apply_locales_cmd': ['python', 'tools/build/apply_locales.py'], + 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'], 'conditions': [ ['OS=="win"', { 'nacl_defines': [ |