View | Details | Raw Unified | Return to bug 219448
Collapse All | Expand All

(-)www/chromium/files/patch-third__party_pdfium_pdfium.gni (+11 lines)
Line 0 Link Here
1
--- third_party/pdfium/pdfium.gni.orig	2017-05-09 19:03:55 UTC
2
+++ third_party/pdfium/pdfium.gni
3
@@ -9,7 +9,7 @@ import("//build_overrides/pdfium.gni")
4
 declare_args() {
5
   # On Android there's no system FreeType. On Windows and Mac, only a few
6
   # methods are used from it.
7
-  pdfium_bundle_freetype = !is_linux
8
+  pdfium_bundle_freetype = false
9
 
10
   # Build PDFium either with or without v8 support.
11
   pdf_enable_v8 = pdf_enable_v8_override

Return to bug 219448