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

Unified Diff: net/net_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: net/net_sln.scons
===================================================================
--- net/net_sln.scons (revision 7854)
+++ net/net_sln.scons (working copy)
@@ -40,6 +40,7 @@
solution = env.ChromeMSVSSolution('net.sln',
+ dest='$CHROME_SRC_DIR/net/net.sln',
entries = [
'net dependencies',
'$GOOGLEURL_DIR/build/googleurl.vcproj',
@@ -60,15 +61,10 @@
'$TESTING_DIR/gtest.vcproj',
'$SDCH_DIR/sdch.vcproj',
'$NET_DIR/build/dump_cache.vcproj',
+ '$NET_DIR/build/net_resources.vcproj',
],
variants = [
'Debug|Win32',
'Release|Win32',
])
-
-env.AlwaysBuild(solution)
-
-i = env.Command('$CHROME_SRC_DIR/net/net.sln', solution,
- Copy('$TARGET', '$SOURCE'))
-Alias('msvs', i)
« no previous file with comments | « net/net_resources.scons ('k') | net/net_unittests.scons » ('j') | skia/SConscript » ('J')

Powered by Google App Engine
This is Rietveld 408576698