| 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}')
|
|
|