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

Unified Diff: webkit/build/webkit_resources/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/localized_strings/SConscript ('k') | webkit/tools/test_shell/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/webkit_resources/SConscript
diff --git a/webkit/build/webkit_resources/SConscript b/webkit/build/webkit_resources/SConscript
index 34cd1d2aab6ee8a7ba8f5114beab9cb35abb329b..e9066d48be3ffeae0298ddc04feadcb7fe42d1de 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(
« no previous file with comments | « webkit/build/localized_strings/SConscript ('k') | webkit/tools/test_shell/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698