libjpeg.gn (378B)
1 # Copyright 2018 The Chromium Authors 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 declare_args() { 6 # Uses system libjpeg. If true, overrides use_libjpeg_turbo. 7 use_system_libjpeg = true 8 9 # Uses libjpeg_turbo as the jpeg implementation. Has no effect if 10 # use_system_libjpeg is set. 11 use_libjpeg_turbo = true 12 }