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

Unified Diff: third_party/libxml/libxml.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/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
diff --git a/third_party/libxml/libxml.scons b/third_party/libxml/libxml.scons
index 63cd173f9dd1d674778fc217bd4c4de5cfceaae0..d7f05faa9c2f34bb3618fcc299dfbfbadb2504a3 100644
--- a/third_party/libxml/libxml.scons
+++ b/third_party/libxml/libxml.scons
@@ -113,7 +113,7 @@ input_files = [
'xpointer.c',
]
-env.ChromeStaticLibrary('libxml', input_files)
+env.ChromeLibrary('libxml', input_files)
env.ChromeMSVSProject('$LIBXML_DIR/build/libxml.vcproj',
dependencies = [
« 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