libjpeg.gni 401 B

123456789101112
  1. # Copyright 2018 The Chromium 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. declare_args() {
  5. # Uses system libjpeg. If true, overrides use_libjpeg_turbo.
  6. use_system_libjpeg = false
  7. # Uses libjpeg_turbo as the jpeg implementation. Has no effect if
  8. # use_system_libjpeg is set.
  9. use_libjpeg_turbo = true
  10. }