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

Unified Diff: build/args/headless.gn

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
« no previous file with comments | « no previous file | headless/BUILD.gn » ('j') | headless/headless.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/args/headless.gn
diff --git a/build/args/headless.gn b/build/args/headless.gn
index 639c4f709261b157ad81019e50216fc01c549168..fe90d367be4863c420eeb9c6e3714118758e61c0 100644
--- a/build/args/headless.gn
+++ b/build/args/headless.gn
@@ -15,6 +15,9 @@ ozone_platform_headless = true
# Embed resource.pak into binary to simplify deployment.
headless_use_embedded_resources = true
+# Expose headless binginds for freetype library bundled with Chromium.
Sami 2017/05/12 16:35:51 typo: bindings
altimin 2017/05/12 17:39:09 Done.
+headless_fontconfig_utils = true
+
# In order to simplify deployment we build ICU data file
# into binary.
icu_use_data_file = false
« no previous file with comments | « no previous file | headless/BUILD.gn » ('j') | headless/headless.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698