From f13664468e01dbac458762412ba9be3afb4f543c Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Fri, 6 Feb 2009 20:17:54 +0000 Subject: Add a Repack tool to scons. This is used to compile linux resources together (kind of like the windows RES builder). I also moved the GRIT builder into the chromium site_scons since we import it in lots of places. This seems cleaner. Review URL: http://codereview.chromium.org/21115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9331 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/build/localized_strings/SConscript | 3 --- webkit/build/webkit_resources/SConscript | 3 --- 2 files changed, 6 deletions(-) (limited to 'webkit/build') diff --git a/webkit/build/localized_strings/SConscript b/webkit/build/localized_strings/SConscript index 5de0337..6dec4b7 100644 --- a/webkit/build/localized_strings/SConscript +++ b/webkit/build/localized_strings/SConscript @@ -23,10 +23,7 @@ if env_res.Bit('windows'): ], ) -import sys -sys.path.append(env.Dir('$CHROME_SRC_DIR/tools/grit').abspath) env_grd = env.Clone() -env_grd.Tool('scons', toolpath=[env_grd.Dir('$CHROME_SRC_DIR/tools/grit/grit')]) # This dummy target (webkit_strings) is used to tell the emitter where # to put the target files. generated = env_grd.GRIT( diff --git a/webkit/build/webkit_resources/SConscript b/webkit/build/webkit_resources/SConscript index 34cd1d2..e9066d4 100644 --- a/webkit/build/webkit_resources/SConscript +++ b/webkit/build/webkit_resources/SConscript @@ -20,10 +20,7 @@ if env_res.Bit('windows'): ], ) -import sys -sys.path.append(env.Dir('$CHROME_SRC_DIR/tools/grit').abspath) env_grd = env.Clone() -env_grd.Tool('scons', toolpath=[env_grd.Dir('$CHROME_SRC_DIR/tools/grit/grit')]) # This dummy target (webkit_resources) is used to tell the emitter where # to put the target files. generated = env_grd.GRIT( -- cgit v1.1