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

Unified Diff: chrome/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 | « no previous file | net/net_resources.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/SConscript
diff --git a/chrome/SConscript b/chrome/SConscript
index 715786cf80ad26645fd5a75f56a649d149dee5bf..bffffeac66e4a69782124485d4f6261706e6cf35 100644
--- a/chrome/SConscript
+++ b/chrome/SConscript
@@ -61,10 +61,6 @@ if env_res.Bit('windows'):
##############################################################################
# TODO(sgk): move to separate .scons file for generated_resources ###########
-# TODO(sgk): make a pseudo-Builder for these
-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')])
« no previous file with comments | « no previous file | net/net_resources.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698