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

Unified Diff: third_party/libjpeg/libjpeg.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/libevent/libevent.scons ('k') | third_party/libpng/libpng.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjpeg/libjpeg.scons
diff --git a/third_party/libjpeg/libjpeg.scons b/third_party/libjpeg/libjpeg.scons
index 0cc39196465a1308c03491027ba94d5802348588..fb1e295eba776e8e8aaf8216deb7e7af6e328f16 100644
--- a/third_party/libjpeg/libjpeg.scons
+++ b/third_party/libjpeg/libjpeg.scons
@@ -99,7 +99,7 @@ input_files = [
'jutils.c',
]
-env.ChromeStaticLibrary('libjpeg', input_files)
+env.ChromeLibrary('libjpeg', input_files)
env.ChromeMSVSProject('$LIBJPEG_DIR/libjpeg.vcproj',
guid='{238CE175-76CE-4A25-A676-69D115885601}')
« no previous file with comments | « third_party/libevent/libevent.scons ('k') | third_party/libpng/libpng.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698