| Index: build/config/freetype/freetype.gni
|
| diff --git a/build/config/freetype/BUILD.gn b/build/config/freetype/freetype.gni
|
| similarity index 75%
|
| copy from build/config/freetype/BUILD.gn
|
| copy to build/config/freetype/freetype.gni
|
| index 976661a7cb84a80ee949f141fc95efdf711a20d1..b4eced2d6508f32483fc64a1a5a7ccfad75e4208 100644
|
| --- a/build/config/freetype/BUILD.gn
|
| +++ b/build/config/freetype/freetype.gni
|
| @@ -2,8 +2,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("//build/config/features.gni")
|
| -
|
| declare_args() {
|
| # Blink needs a recent and properly build-configured FreeType version to
|
| # support OpenType variations, color emoji and avoid security bugs. By default
|
| @@ -14,13 +12,3 @@ declare_args() {
|
| # RENDERING AND SECURITY REGRESSIONS.
|
| use_system_freetype = false
|
| }
|
| -
|
| -group("freetype") {
|
| - if (use_system_freetype) {
|
| - public_configs = [ "//build/linux:freetype_from_pkgconfig" ]
|
| - } else {
|
| - public_deps = [
|
| - "//third_party/freetype",
|
| - ]
|
| - }
|
| -}
|
|
|