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

Unified Diff: headless/headless.gni

Issue 2877813002: [headless] Enable headless embedders to specify fonts. (Closed)
Patch Set: 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: headless/headless.gni
diff --git a/headless/headless.gni b/headless/headless.gni
index 0cc7722927c20f506ac12f0ec5c18be18a3676d9..24190333ecd5ab483df5da4236f5418980373537 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 bindins for font loading for headless embedders.
Sami 2017/05/12 16:35:51 typo: bindings
altimin 2017/05/12 17:39:09 I don't like that word very much, do I?
+ headless_fontconfig_utils = false
}

Powered by Google App Engine
This is Rietveld 408576698