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

Unified Diff: sandbox/sandbox_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: sandbox/sandbox_sln.scons
===================================================================
--- sandbox/sandbox_sln.scons (revision 7854)
+++ sandbox/sandbox_sln.scons (working copy)
@@ -109,6 +109,7 @@
solution = env.ChromeMSVSSolution('$SANDBOX_DIR/sandbox.sln',
+ dest='$CHROME_SRC_DIR/sandbox/sandbox.sln',
entries = [
'$SANDBOX_DIR/src/sandbox.vcproj',
('$SANDBOX_DIR/tests/unit_tests/' +
@@ -134,9 +135,3 @@
'Release|Win32',
],
websiteProperties=False)
-
-env.AlwaysBuild(solution)
-
-i = env.Command('$CHROME_SRC_DIR/sandbox/sandbox.sln', solution,
- Copy('$TARGET', '$SOURCE'))
-Alias('msvs', i)

Powered by Google App Engine
This is Rietveld 408576698