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

Unified Diff: third_party/libxslt/libxslt.scons

Issue 16477: Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the (Closed)
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
diff --git a/third_party/libxslt/libxslt.scons b/third_party/libxslt/libxslt.scons
index f40bf8f7c40ef612dd89fd8fe1f52dec2d94b94a..6e957644b50a6d3b7c21b70582008163db196c00 100644
--- a/third_party/libxslt/libxslt.scons
+++ b/third_party/libxslt/libxslt.scons
@@ -85,7 +85,7 @@ input_files = [
'libxslt/xsltutils.c',
]
-env.ChromeStaticLibrary('libxslt', input_files)
+env.ChromeLibrary('libxslt', input_files)
env.ChromeMSVSProject('$LIBXSLT_DIR/build/libxslt.vcproj',
dependencies = [
« 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