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

Unified Diff: third_party/libpng/libpng.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/libjpeg/libjpeg.scons ('k') | third_party/libxml/libxml.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libpng/libpng.scons
diff --git a/third_party/libpng/libpng.scons b/third_party/libpng/libpng.scons
index 8716157db78480e789fde7c6d0a1240a031f6085..9c366a95dd21bce448a84e4c731c065cac404643 100644
--- a/third_party/libpng/libpng.scons
+++ b/third_party/libpng/libpng.scons
@@ -62,7 +62,7 @@ input_files = ChromeFileList([
'pngwutil.c',
])
-env.ChromeStaticLibrary('libpng', input_files)
+env.ChromeLibrary('libpng', input_files)
p = env.ChromeMSVSProject('libpng.vcproj',
guid='{C564F145-9172-42C3-BFCB-6014CA97DBCD}',
« no previous file with comments | « third_party/libjpeg/libjpeg.scons ('k') | third_party/libxml/libxml.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698