diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 02:00:21 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 02:00:21 +0000 |
commit | 084523f3bc365e7248f2109dee06da8c77f55265 (patch) | |
tree | 99d0b2e1b906859afc235a5cfcf94a3a0646740d | |
parent | 05167030fc72a023fc330daf7c364aabca536701 (diff) | |
download | chromium_src-084523f3bc365e7248f2109dee06da8c77f55265.zip chromium_src-084523f3bc365e7248f2109dee06da8c77f55265.tar.gz chromium_src-084523f3bc365e7248f2109dee06da8c77f55265.tar.bz2 |
Move apply_locales.py from src/chrome/tools/build/ to src/build/.
src/app shouldn't depend on src/chrome and I need to break these
dependencies for some upstreaming work.
Review URL: http://codereview.chromium.org/668249
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40985 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | app/app.gyp | 2 | ||||
-rwxr-xr-x | build/apply_locales.py (renamed from chrome/tools/build/apply_locales.py) | 0 | ||||
-rwxr-xr-x | chrome/chrome.gyp | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/app/app.gyp b/app/app.gyp index 460696e..2f3b7f5 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -5,7 +5,7 @@ { 'variables': { # TODO: remove this helper when we have loops in GYP - 'apply_locales_cmd': ['python', '../chrome/tools/build/apply_locales.py',], + 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py',], 'chromium_code': 1, 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',], 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/app', diff --git a/chrome/tools/build/apply_locales.py b/build/apply_locales.py index 6af7280..6af7280 100755 --- a/chrome/tools/build/apply_locales.py +++ b/build/apply_locales.py 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': [ |