| Index: third_party/BUILD.gn
|
| diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
|
| index a957e2fa0d238943a84e0242c490f1ec20ec2006..8c223ae92076f773733f2624573ce65a01cb2d85 100644
|
| --- a/third_party/BUILD.gn
|
| +++ b/third_party/BUILD.gn
|
| @@ -8,7 +8,7 @@ if (is_android) {
|
|
|
| declare_args() {
|
| # Uses system libjpeg. If true, overrides use_libjpeg_turbo.
|
| - use_system_libjpeg = is_android && is_android_webview_build
|
| + use_system_libjpeg = false
|
|
|
| # Uses libjpeg_turbo as the jpeg implementation. Has no effect if
|
| # use_system_libjpeg is set.
|
|
|