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

Unified Diff: headless/headless.gni

Issue 2877813002: [headless] Enable headless embedders to specify fonts. (Closed)
Patch Set: rebased 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 | « headless/BUILD.gn ('k') | headless/public/util/fontconfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/headless.gni
diff --git a/headless/headless.gni b/headless/headless.gni
index 0cc7722927c20f506ac12f0ec5c18be18a3676d9..ab0b2d10966a061523c7a55355a14e8d257fea1f 100644
--- a/headless/headless.gni
+++ b/headless/headless.gni
@@ -5,4 +5,7 @@
declare_args() {
# Embed resource.pak file into the binary for easier distribution.
headless_use_embedded_resources = false
+
+ # Provide bindings for font loading for headless embedders.
+ headless_fontconfig_utils = false
}
« no previous file with comments | « headless/BUILD.gn ('k') | headless/public/util/fontconfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698