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

Unified Diff: base/base_sln.scons

Issue 17602: Updates to Visual Studio project generation to accomodate... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 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
Index: base/base_sln.scons
===================================================================
--- base/base_sln.scons (revision 7854)
+++ base/base_sln.scons (working copy)
@@ -26,6 +26,7 @@
solution = env.ChromeMSVSSolution('base.sln',
+ dest='$CHROME_SRC_DIR/base/base.sln',
entries = [
'$BASE_DIR/build/base.vcproj',
'$BASE_DIR/build/base_unittests.vcproj',
@@ -43,9 +44,3 @@
'Debug|Win32',
'Release|Win32',
])
-
-env.AlwaysBuild(solution)
-
-i = env.Command('$CHROME_SRC_DIR/base/base.sln', solution,
- Copy('$TARGET', '$SOURCE'))
-Alias('msvs', i)
« no previous file with comments | « base/base_lib.scons ('k') | base/base_unittests.scons » ('j') | skia/SConscript » ('J')

Powered by Google App Engine
This is Rietveld 408576698