summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-06 05:44:01 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-06 05:44:01 +0000
commit96d02993ec7c145f4ffab0d1249d95b5194f1f57 (patch)
treef15d2fda54cf4edb5ed70e45820e79f35c04df47 /build
parent1061321d6cd733eae7633bde7deb5eb1d6cbf3d0 (diff)
downloadchromium_src-96d02993ec7c145f4ffab0d1249d95b5194f1f57.zip
chromium_src-96d02993ec7c145f4ffab0d1249d95b5194f1f57.tar.gz
chromium_src-96d02993ec7c145f4ffab0d1249d95b5194f1f57.tar.bz2
Add using_generated_resources.scons to the build. This
is the same as using_generated_resources.vsprops. Replace existing paths with this scons file if the SConscript file has already been converted to the using_ format. Review URL: http://codereview.chromium.org/14902 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7583 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/SConscript.main1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/SConscript.main b/build/SConscript.main
index 172feac..fa4483a 100644
--- a/build/SConscript.main
+++ b/build/SConscript.main
@@ -137,6 +137,7 @@ root_env = Environment(
THIRD_PARTY_WEBKIT_DIR = '$THIRD_PARTY_DIR/WebKit',
GTK_CLIP_DUMP_DIR = '$TOOLS_DIR/gtk_clipboard_dump',
+ GRIT_DIR = '$TOOLS_DIR/grit',
PYTHON=sys.executable,