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

Unified Diff: chrome/renderer/renderer.scons

Issue 14472: Initial generation of native Visual Studio solution files... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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 | « chrome/plugin/plugin.scons ('k') | chrome/test/activex_test_control/activex_test_control.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/renderer.scons
===================================================================
--- chrome/renderer/renderer.scons (revision 7290)
+++ chrome/renderer/renderer.scons (working copy)
@@ -102,3 +102,9 @@
# TODO(port): Enable for Mac.
if not env.Bit('mac'):
env.ChromeStaticLibrary('renderer', input_files)
+
+env.ChromeMSVSProject('$CHROME_DIR/renderer/renderer.vcproj',
+ dependencies = [
+ '$CHROME_DIR/app/generated_resources.vcproj',
+ ],
+ guid='{9301A569-5D2B-4D11-9332-B1E30AEACB8D}')
« no previous file with comments | « chrome/plugin/plugin.scons ('k') | chrome/test/activex_test_control/activex_test_control.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698