From a34134678d6b2b048da627ef3105af312404a808 Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Fri, 12 Dec 2008 22:17:35 +0000 Subject: 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 --- chrome/views/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/views/SConscript') diff --git a/chrome/views/SConscript b/chrome/views/SConscript index 78138bf..5512c6b 100644 --- a/chrome/views/SConscript +++ b/chrome/views/SConscript @@ -20,7 +20,7 @@ env.Prepend( env.Append( CPPPATH = [ - '$CHROME_DIR/app/resources', + '$TARGET_ROOT/grit_derived_sources', '$ICU38_DIR/public/common', '$ICU38_DIR/public/i18n', '$SKIA_DIR/include', -- cgit v1.1