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

Unified Diff: site_scons/site_tools/visual_studio_solution.py

Issue 10210: Bringing in sct changes. (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 | « site_scons/site_tools/gather_inputs.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_scons/site_tools/visual_studio_solution.py
===================================================================
--- site_scons/site_tools/visual_studio_solution.py (revision 5002)
+++ site_scons/site_tools/visual_studio_solution.py (working copy)
@@ -111,9 +111,9 @@
variant=variants[0])
# Build Visual Studio Solution file.
- solution =env.MSVSSolution(target=solution_name + env['MSVSSOLUTIONSUFFIX'],
- projects=project_list,
- variant=variants)
+ solution = env.MSVSSolution(target=solution_name + env['MSVSSOLUTIONSUFFIX'],
+ projects=project_list,
+ variant=variants)
# Explicitly add dependencies.
env.Depends(solution, project_list)
« no previous file with comments | « site_scons/site_tools/gather_inputs.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698