diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-29 14:26:26 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-29 14:26:26 +0000 |
commit | f3fd1b98fe9b5c34c893ebed835832527b9b7e63 (patch) | |
tree | 8670da98b5e11345e659fae39522b923ac2ec374 /build/mac | |
parent | 894fa425219c4b9e97ff7a28e83e1ae14e971be3 (diff) | |
download | chromium_src-f3fd1b98fe9b5c34c893ebed835832527b9b7e63.zip chromium_src-f3fd1b98fe9b5c34c893ebed835832527b9b7e63.tar.gz chromium_src-f3fd1b98fe9b5c34c893ebed835832527b9b7e63.tar.bz2 |
Put the common paths for localizers into variables so we don't have to repeat as much.
Merge in the missing app_strings resources.
Include app_strings.h in the generated localizers for the shared button titles in dialogs.
TEST=none
BUG=16764
Review URL: http://codereview.chromium.org/159219
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/mac')
-rwxr-xr-x | build/mac/generate_localizer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/mac/generate_localizer b/build/mac/generate_localizer index 28f7658..deb99f3 100755 --- a/build/mac/generate_localizer +++ b/build/mac/generate_localizer @@ -48,6 +48,7 @@ localizer_template_mm = \ #import "%(header_name)s" +#include "grit/app_strings.h" #include "grit/chromium_strings.h" #include "grit/generated_resources.h" |