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

Unified Diff: webkit/glue/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/default_plugin/SConscript ('k') | webkit/glue/plugins/test/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/SConscript
===================================================================
--- webkit/glue/SConscript (revision 7290)
+++ webkit/glue/SConscript (working copy)
@@ -133,3 +133,14 @@
env.ChromeStaticLibrary('glue', input_files)
+env.ChromeMSVSProject('$WEBKIT_DIR/build/glue/glue.vcproj',
+ name = 'Glue',
+ dependencies = [
+ '$WEBKIT_DIR/build/WebCore/WebCore.vcproj',
+ '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj',
+ ('$WEBKIT_DIR/build/V8Bindings/' +
+ 'V8Bindings_prebuild.vcproj'),
+ ('$WEBKIT_DIR/build/localized_strings/' +
+ 'localized_strings.vcproj'),
+ ],
+ guid='{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}')
« no previous file with comments | « webkit/default_plugin/SConscript ('k') | webkit/glue/plugins/test/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698