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

Unified Diff: build/SConscript.v8

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 | « build/SConscript.main ('k') | build/googleurl_lib.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.v8
===================================================================
--- build/SConscript.v8 (revision 7290)
+++ build/SConscript.v8 (working copy)
@@ -86,3 +86,31 @@
env.ChromeStaticLibrary('v8_snapshot',
['$V8_MODE_DIR/libraries-empty${OBJSUFFIX}',
'$V8_MODE_DIR/snapshot${OBJSUFFIX}'])
+
+env.ChromeMSVSProject('$V8_DIR/tools/visual_studio/v8.vcproj',
+ dependencies = [
+ '$V8_DIR/tools/visual_studio/v8_base.vcproj',
+ ],
+ guid='{21E22961-22BF-4493-BD3A-868F93DA5179}')
+
+env.ChromeMSVSProject('$V8_DIR/tools/visual_studio/v8_base.vcproj',
+ guid='{EC8B7909-62AF-470D-A75D-E1D89C837142}')
+
+env.ChromeMSVSProject('$V8_DIR/tools/visual_studio/v8_mksnapshot.vcproj',
+ dependencies = [
+ '$V8_DIR/tools/visual_studio/v8.vcproj',
+ ],
+ guid='{865575D0-37E2-405E-8CBA-5F6C485B5A26}')
+
+env.ChromeMSVSProject('$V8_DIR/tools/visual_studio/v8_shell_sample.vcproj',
+ dependencies = [
+ '$V8_DIR/tools/visual_studio/v8_snapshot.vcproj',
+ ],
+ guid='{2DE20FFA-6F5E-48D9-84D8-09B044A5B119}')
+
+env.ChromeMSVSProject('$V8_DIR/tools/visual_studio/v8_snapshot.vcproj',
+ dependencies = [
+ '$V8_DIR/tools/visual_studio/v8_mksnapshot.vcproj',
+ '$V8_DIR/tools/visual_studio/v8_base.vcproj',
+ ],
+ guid='{C0334F9A-1168-4101-9DD8-C30FB252D435}')
« no previous file with comments | « build/SConscript.main ('k') | build/googleurl_lib.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698