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

Unified Diff: net/net_resources.scons

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 | « chrome/SConscript ('k') | site_scons/site_tools/chromium_builders.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_resources.scons
diff --git a/net/net_resources.scons b/net/net_resources.scons
index 1bc534ed4c6aeba43d6761cc6fbefebea865c049..1f279e84a989722d2f694678c706144cee194902 100644
--- a/net/net_resources.scons
+++ b/net/net_resources.scons
@@ -7,7 +7,6 @@ Configuration for building the net_resources.rc resources.
"""
import os
-import sys
Import('env')
@@ -24,8 +23,6 @@ tld_names_clean = env.Command(
input_files,
'${SOURCES[1]} ${SOURCES[0]} $TARGET')
-sys.path.append(env.Dir('$CHROME_SRC_DIR/tools/grit').abspath)
-env.Tool('scons', toolpath=[env.Dir('$CHROME_SRC_DIR/tools/grit/grit')])
# This dummy target is used to tell the emitter where to put the target files.
generated = env.GRIT('$TARGET_ROOT/grit_derived_sources/dummy_net_res',
['base/net_resources.grd'] + tld_names_clean)
« no previous file with comments | « chrome/SConscript ('k') | site_scons/site_tools/chromium_builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698