blob: cafa9db6b7fb2e75bc8c1b9ca360b0f24b0ea71a [file] [log] [blame]
Kaido Kert5ac52c42021-05-14 12:23:37 -07001# 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
5declare_args() {
6 # Blink needs a recent and properly build-configured FreeType version to
7 # support OpenType variations, color emoji and avoid security bugs. By default
8 # we ship and link such a version as part of Chrome. For distributions that
9 # prefer to keep linking to the version the system, FreeType must be newer
10 # than version 2.7.1 and have color bitmap support compiled in. WARNING:
11 # System FreeType configurations other than as described WILL INTRODUCE TEXT
12 # RENDERING AND SECURITY REGRESSIONS.
13 use_system_freetype = true
14}