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

Unified Diff: site_scons/site_tools/component_setup.py

Issue 10725: Fixes for Visual Studio solution + project file generation:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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 | « build/SConscript.main ('k') | tools/grit/grit/scons.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_scons/site_tools/component_setup.py
===================================================================
--- site_scons/site_tools/component_setup.py (revision 5425)
+++ site_scons/site_tools/component_setup.py (working copy)
@@ -71,7 +71,7 @@
env: Environment for the current build mode.
"""
# Convert directory variables to strings
- for var in env.SubstList2('PRE_EVALUATE_DIRS'):
+ for var in env.SubstList2('$PRE_EVALUATE_DIRS'):
env[var] = str(env.Dir('$' + var))
« no previous file with comments | « build/SConscript.main ('k') | tools/grit/grit/scons.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698