diff options
author | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-28 08:17:39 +0000 |
---|---|---|
committer | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-28 08:17:39 +0000 |
commit | 8cb4689636ed19bfd3291602e59eedb194ba55cb (patch) | |
tree | 24ae0f2feff9a3b4e37f7f9de88b2ed09f23edf0 /build/all.gyp | |
parent | ce3157104a4975420535e31741dd82fa9f3df4a9 (diff) | |
download | chromium_src-8cb4689636ed19bfd3291602e59eedb194ba55cb.zip chromium_src-8cb4689636ed19bfd3291602e59eedb194ba55cb.tar.gz chromium_src-8cb4689636ed19bfd3291602e59eedb194ba55cb.tar.bz2 |
Switching locales projects to be semi gyp generated.
Initially these will be drop in replacements for the existing projects.
These were generated mechanically in lieu of a looping syntax.
Review URL: http://codereview.chromium.org/115853
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 2589a0b..491d16d 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -63,6 +63,7 @@ ['OS=="win"', { 'dependencies': [ '../breakpad/breakpad.gyp:*', + '../chrome/app/locales/locales.gyp:*', '../courgette/courgette.gyp:*', '../gears/gears.gyp:*', '../rlz/rlz.gyp:*', |