diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 00:29:56 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 00:29:56 +0000 |
commit | e4844e11f1f5a9ee8707b1f6f79aa3de54db2248 (patch) | |
tree | b9fbe2fa44b3c3788c48ce7f2608519f089dfc75 /chrome/app/chrome_resources.vcproj | |
parent | 2996fcdd802f1fbe7531d8e67a7cd3daa805396e (diff) | |
download | chromium_src-e4844e11f1f5a9ee8707b1f6f79aa3de54db2248.zip chromium_src-e4844e11f1f5a9ee8707b1f6f79aa3de54db2248.tar.gz chromium_src-e4844e11f1f5a9ee8707b1f6f79aa3de54db2248.tar.bz2 |
step 1 on getting strings in linux: create a locale_settings.grd
based on locale_settings_en-US.rc.
We don't use this anywhere yet, just putting things in place.
- Fix preprocessor defines in grit vcproj files (needs to be defined
everywhere) and update grit_localized_resources.rules to pass the
preprocessor define to grit.
- Add generated .h files to chrome_strings.vcproj so people can ctrl+alt+a
open them.
- Update GRIT so it knows how to substitute [GRITLANGCODE] in strings
to the locale value.
Review URL: http://codereview.chromium.org/20440
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9922 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_resources.vcproj')
-rw-r--r-- | chrome/app/chrome_resources.vcproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_resources.vcproj b/chrome/app/chrome_resources.vcproj index fa7acc9..11d1dc1 100644 --- a/chrome/app/chrome_resources.vcproj +++ b/chrome/app/chrome_resources.vcproj @@ -50,6 +50,7 @@ /> <Tool Name="GRIT Generated Resources" + PreprocessorDefinitions="$(CHROMIUM_BUILD)" /> <Tool Name="VCCustomBuildTool" |