Kaido Kert | 5ac52c4 | 2021-05-14 12:23:37 -0700 | [diff] [blame] | 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 | |
| 5 | declare_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 | } |