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

Unified Diff: third_party/libxslt/libxslt.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/libxml/libxml.scons ('k') | third_party/lzma_sdk/lzma_sdk.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/libxslt.scons
===================================================================
--- third_party/libxslt/libxslt.scons (revision 7290)
+++ third_party/libxslt/libxslt.scons (working copy)
@@ -87,7 +87,17 @@
env.ChromeStaticLibrary('libxslt', input_files)
+env.ChromeMSVSProject('$LIBXSLT_DIR/build/libxslt.vcproj',
+ dependencies = [
+ '$LIBXSLT_DIR/build/libxslt_config.vcproj',
+ '$LIBXML_DIR/build/libxml.vcproj',
+ ],
+ guid='{FC0E1FD0-5DD7-4041-A1C9-CD3C376E4EED}')
+env.ChromeMSVSProject('$LIBXSLT_DIR/build/libxslt_config.vcproj',
+ guid='{4BD929D4-494B-4EE8-91F6-FD0277A51D2B}')
+
+
if env.Bit('windows'):
config_files = [
# The configure.js script must be first in this list; the
« no previous file with comments | « third_party/libxml/libxml.scons ('k') | third_party/lzma_sdk/lzma_sdk.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698