summaryrefslogtreecommitdiffstats
path: root/chrome/app/locales/ja.vcproj
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-05 01:32:47 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-05 01:32:47 +0000
commit6607e4d0790b7c16370d532d6bb7f045a88c19b9 (patch)
tree2ef117f846b86e457d6e93daa63463eb86bc6078 /chrome/app/locales/ja.vcproj
parent7950e31931438b182662ce54c187f288aa613f41 (diff)
downloadchromium_src-6607e4d0790b7c16370d532d6bb7f045a88c19b9.zip
chromium_src-6607e4d0790b7c16370d532d6bb7f045a88c19b9.tar.gz
chromium_src-6607e4d0790b7c16370d532d6bb7f045a88c19b9.tar.bz2
Use grit to generate locale rc files and remove the old locale rc files from the tree.
I made a small change to grit so we can use our resource ID as the translation ID making it a bit easier to read. The old locale_settings*.rc files would #include the google_strings.rc or chromium_strings.rc. Instead, I added it to the vcproj file using $(CHROMIUM_BUILD) to grab the right file. This required changing the output names in the grd files. TBR=deanm Review URL: http://codereview.chromium.org/39152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10955 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/locales/ja.vcproj')
-rw-r--r--chrome/app/locales/ja.vcproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/app/locales/ja.vcproj b/chrome/app/locales/ja.vcproj
index 83a4965..8b88fc8 100644
--- a/chrome/app/locales/ja.vcproj
+++ b/chrome/app/locales/ja.vcproj
@@ -144,13 +144,17 @@
>
</File>
<File
- RelativePath="..\resources\locale_settings_ja.rc"
+ RelativePath="$(OutDir)\grit_derived_sources\locale_settings_ja.rc"
>
</File>
<File
RelativePath="$(OutDir)\grit_derived_sources\webkit_strings_ja.rc"
>
</File>
+ <File
+ RelativePath="$(OutDir)\grit_derived_sources\strings$(CHROMIUM_BUILD)_ja.rc"
+ >
+ </File>
</Files>
<Globals>
</Globals>