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

Unified Diff: webkit/build/V8Bindings/SConscript

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 | « webkit/build/JavaScriptCore/SConscript ('k') | webkit/build/WebCore/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/V8Bindings/SConscript
===================================================================
--- webkit/build/V8Bindings/SConscript (revision 7290)
+++ webkit/build/V8Bindings/SConscript (working copy)
@@ -348,3 +348,13 @@
inputs.append('precompiled_v8bindings.cpp')
env.ChromeStaticLibrary('V8Bindings', inputs)
+
+env.ChromeMSVSProject('$WEBKIT_DIR/build/V8Bindings/V8Bindings.vcproj',
+ dependencies = [
+ '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj',
+ '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj',
+ ],
+ guid='{625A8F11-2B4E-45B4-BD99-C6D629C606C0}')
+
+env.ChromeMSVSProject('$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj',
+ guid='{2F7EDFA2-EE27-4D83-8454-9EFBD5779203}')
« no previous file with comments | « webkit/build/JavaScriptCore/SConscript ('k') | webkit/build/WebCore/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698