diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-24 23:38:55 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-24 23:38:55 +0000 |
commit | 226558c339b10721fd3266048a8f0ecb65c13605 (patch) | |
tree | 9c8762ce83b120b554bc1deaae5de828f9a34889 /chrome/app/generated_resources.grd | |
parent | 5f129def8edfb24581d13eee26029192c5c6c75e (diff) | |
download | chromium_src-226558c339b10721fd3266048a8f0ecb65c13605.zip chromium_src-226558c339b10721fd3266048a8f0ecb65c13605.tar.gz chromium_src-226558c339b10721fd3266048a8f0ecb65c13605.tar.bz2 |
Final step in converting all grit includes to have grit in the path.
Fixes some linux/mac issues that were pending and fix up the scons build to
expect the file in the grit subdir.
BUG=7537
Review URL: http://codereview.chromium.org/28035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 463736a..96b4f9b 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6,7 +6,7 @@ each locale. --> <grit base_dir="." latest_public_release="0" current_release="1" source_lang_id="en" enc_check="möl"> <outputs> - <output filename="generated_resources.h" type="rc_header"> + <output filename="grit/generated_resources.h" type="rc_header"> <emit emit_type='prepend'></emit> </output> <output filename="generated_resources_ar.rc" type="rc_all" lang="ar" /> |