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

Unified Diff: third_party/libxml/libxml.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 | « third_party/libpng/libpng.scons ('k') | third_party/libxslt/libxslt.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/libxml.scons
===================================================================
--- third_party/libxml/libxml.scons (revision 7290)
+++ third_party/libxml/libxml.scons (working copy)
@@ -115,7 +115,16 @@
env.ChromeStaticLibrary('libxml', input_files)
+env.ChromeMSVSProject('$LIBXML_DIR/build/libxml.vcproj',
+ dependencies = [
+ '$LIBXML_DIR/build/libxml_config.vcproj',
+ ],
+ guid='{F9810DE8-CBC3-4605-A7B1-ECA2D5292FD7}')
+env.ChromeMSVSProject('$LIBXML_DIR/build/libxml_config.vcproj',
+ guid='{31D88CBF-DC28-47A8-8838-BF81D528EE74}')
+
+
if env.Bit('windows'):
config_files = [
# The configure.js script must be first in this list; the
« no previous file with comments | « third_party/libpng/libpng.scons ('k') | third_party/libxslt/libxslt.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698