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

Unified Diff: build/config/freetype/BUILD.gn

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
« no previous file with comments | « no previous file | build/config/freetype/freetype.gni » ('j') | chrome/browser/ui/libgtkui/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/freetype/BUILD.gn
diff --git a/build/config/freetype/BUILD.gn b/build/config/freetype/BUILD.gn
index 976661a7cb84a80ee949f141fc95efdf711a20d1..991419c9f364613e379944811176686ed657d13d 100644
--- a/build/config/freetype/BUILD.gn
+++ b/build/config/freetype/BUILD.gn
@@ -3,17 +3,7 @@
# 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
- # we ship and link such a version as part of Chrome. For distributions that
- # prefer to keep linking to the version the system, FreeType must be newer
- # than version 2.7.1 and have color bitmap support compiled in. WARNING:
- # System FreeType configurations other than as described WILL INTRODUCE TEXT
- # RENDERING AND SECURITY REGRESSIONS.
- use_system_freetype = false
-}
+import("//build/config/freetype/freetype.gni")
group("freetype") {
if (use_system_freetype) {
« no previous file with comments | « no previous file | build/config/freetype/freetype.gni » ('j') | chrome/browser/ui/libgtkui/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698