Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: webkit/tools/test_shell/SConscript

Issue 21115: Add a Repack tool to scons. This is used to compile linux resources (Closed)
Patch Set: comments Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/build/webkit_resources/SConscript ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/SConscript
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript
index 8e8b5801202e2776b752eede54422811e488534c..24d1af3f183292d2f284e0973b712d6647c8b148 100644
--- a/webkit/tools/test_shell/SConscript
+++ b/webkit/tools/test_shell/SConscript
@@ -209,19 +209,13 @@ if env.Bit('windows'):
if env.Bit('linux'):
# Build the linux resource files.
- 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 is used to tell the emitter where to put the target
# files.
generated = env_grd.GRIT(
'$TARGET_ROOT/grit_derived_sources/fake_test_shell_resources',
'$CHROME_SRC_DIR/webkit/tools/test_shell/test_shell_resources.grd')
- env.Append(BUILDERS = { 'Repack' : Builder(
- action = 'python $CHROME_SRC_DIR/tools/data_pack/repack.py $TARGET $SOURCES',
- )})
test_shell_data = env.Repack(
'$TARGET_ROOT/test_shell.pak',
['$TARGET_ROOT/grit_derived_sources/net_resources.pak',
« no previous file with comments | « webkit/build/webkit_resources/SConscript ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698