1# Copyright 2019 The ANGLE Project Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4# 5# See: 6# https://chromium.googlesource.com/chromium/src/+/master/third_party/libjpeg.gni 7 8declare_args() { 9 # Uses system libjpeg. If true, overrides use_libjpeg_turbo. 10 use_system_libjpeg = false 11 12 # Uses libjpeg_turbo as the jpeg implementation. Has no effect if 13 # use_system_libjpeg is set. 14 use_libjpeg_turbo = true 15} 16