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 /webkit/glue/webkit_strings.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 'webkit/glue/webkit_strings.grd')
-rw-r--r-- | webkit/glue/webkit_strings.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webkit_strings.grd b/webkit/glue/webkit_strings.grd index e483b69..33dc30c 100644 --- a/webkit/glue/webkit_strings.grd +++ b/webkit/glue/webkit_strings.grd @@ -42,7 +42,7 @@ below: (http://wiki/Main/GritUsersGuide) for more details. Note that all output references are relative to the output directory which is specified at build time. --> - <output filename="webkit_strings.h" type="rc_header"> + <output filename="grit/webkit_strings.h" type="rc_header"> <emit emit_type='prepend'></emit> </output> <output filename="webkit_strings_ar.rc" type="rc_all" lang="ar" /> |