On Thursday, October 15, 2015 at 7:08:23 PM UTC-7, Lei Zhang wrote:
https://code.google.com/p/chromium/issues/detail?id=541704 is relevant.
I made a post on that issue to further the discussion and found out:
1) as of november, chromium builds without thirdparty/libjpeg
2) my needs concerned pdfium standalone so I needed to create an issue in
So I did.
I also checked out and configured the chromium source tree and then
searched around for libjpeg and found:
libjpeg_gyp_path in the gyp files
and
use_system_libjpeg in the gn files
So we are probably close to getting the standalone to support
a different copy of libjpeg.
I don't know much about the build systems. Does the standalone
support .gn yet?
TIA