summaryrefslogtreecommitdiffstats
path: root/webkit/SConscript
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-12 22:17:35 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-12 22:17:35 +0000
commita34134678d6b2b048da627ef3105af312404a808 (patch)
tree498124b779b6e377b1275d18613062f0eb1436bb /webkit/SConscript
parentafce7a16a03691a072164fb681d7c5a444121002 (diff)
downloadchromium_src-a34134678d6b2b048da627ef3105af312404a808.zip
chromium_src-a34134678d6b2b048da627ef3105af312404a808.tar.gz
chromium_src-a34134678d6b2b048da627ef3105af312404a808.tar.bz2
Have GRIT generate files into a common directory.
Joi has convinced me that GRIT should generate platform specific resources files. This is easier than parsing .rc files because GRIT effectively has an .rc parser. To that end, we need to convert some existing .rc files to .grd files (e.g., net_resources.rc and webkit_resources.rc). Rather than having every grd file output to a different place and -I all the different paths, have GRIT generate all files into one directory. This directory is grit_derived_sources. Review URL: http://codereview.chromium.org/13776 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6940 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript')
-rw-r--r--webkit/SConscript5
1 files changed, 4 insertions, 1 deletions
diff --git a/webkit/SConscript b/webkit/SConscript
index aca174f..e748b1a 100644
--- a/webkit/SConscript
+++ b/webkit/SConscript
@@ -74,7 +74,10 @@ env.Append(
env.Prepend(
CPPPATH = [env.subst(x) for x in [
- '$WEBKIT_DIR/build/localized_strings',
+
+ # We put our grit generated headers in a common place. This matches
+ # what we do in Visual Studios.
+ '$TARGET_ROOT/grit_derived_sources',
'$WEBKIT_DIR/build/JSConfig/WebCore',
# TODO(sgk): This directory was at this point in the /I list