diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 20:17:54 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 20:17:54 +0000 |
commit | f13664468e01dbac458762412ba9be3afb4f543c (patch) | |
tree | 89eb7f4a664f6fcf5938eff9739a57600428af7d /webkit/build | |
parent | b8615376ec35c6b328ec67325289e0b126f5f4cd (diff) | |
download | chromium_src-f13664468e01dbac458762412ba9be3afb4f543c.zip chromium_src-f13664468e01dbac458762412ba9be3afb4f543c.tar.gz chromium_src-f13664468e01dbac458762412ba9be3afb4f543c.tar.bz2 |
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
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/localized_strings/SConscript | 3 | ||||
-rw-r--r-- | webkit/build/webkit_resources/SConscript | 3 |
2 files changed, 0 insertions, 6 deletions
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( |