tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

harfbuzz-ng.gn (629B)


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