Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(767)

Unified Diff: build/config/freetype/freetype.gni

Issue 2880223002: Reland: Compile FreeType with HarfBuzz support (Closed)
Patch Set: Fix Android build, and update TestExpectations for linux rebaselines Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
- ]
- }
-}

Powered by Google App Engine
This is Rietveld 408576698