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

Unified Diff: build/SConscript.main

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 | « no previous file | site_scons/site_tools/component_setup.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
===================================================================
--- build/SConscript.main (revision 5425)
+++ build/SConscript.main (working copy)
@@ -775,8 +775,12 @@
(None, '$DESTINATION_ROOT'),
('src', '$CHROME_SRC_DIR'),
],
+ COMPONENT_VS_PROJECT_DIR = '$MAIN_DIR',
)
+# Always try to (re)build the project files when requested.
+vs_env.AlwaysBuild(p)
+
vs_env.ComponentVSSolution(
'chrome_solution',
[
« no previous file with comments | « no previous file | site_scons/site_tools/component_setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698