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

Unified Diff: webkit/build/WebCore/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/V8Bindings/SConscript ('k') | webkit/build/localized_strings/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/WebCore/SConscript
===================================================================
--- webkit/build/WebCore/SConscript (revision 7290)
+++ webkit/build/WebCore/SConscript (working copy)
@@ -834,3 +834,12 @@
env.ChromeStaticLibrary('WebCore', input_files)
+env.ChromeMSVSProject('$WEBKIT_DIR/build/WebCore/WebCore.vcproj',
+ dependencies = [
+ '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj',
+ '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj',
+ '$LIBXML_DIR/build/libxml_config.vcproj',
+ '$LIBXSLT_DIR/build/libxslt_config.vcproj',
+ '$SQLITE_DIR/sqlite.vcproj',
+ ],
+ guid='{1C16337B-ACF3-4D03-AA90-851C5B5EADA6}')
« no previous file with comments | « webkit/build/V8Bindings/SConscript ('k') | webkit/build/localized_strings/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698