harfbuzz-ng.gn 651 B

12345678910111213
  1. # Copyright 2017 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. # Blink uses a cutting-edge version of Harfbuzz (version listed in
  6. # third_party/harfbuzz-ng/README.chromium); most Linux distros do not contain
  7. # a new enough version of the code to work correctly. However, ChromeOS
  8. # chroots (i.e. real ChromeOS builds for devices) do contain a new enough
  9. # version of the library, and so this variable exists so that ChromeOS can
  10. # build against the system lib and keep binary sizes smaller.
  11. use_system_harfbuzz = true
  12. }