blob: fb376460b1a514c55ac027644170696b5c1a46a8 [file] [log] [blame]
dsinclairb986e462016-05-03 14:34:091# Copyright 2016 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Enable use of Javascript in PDFs.
6pdf_enable_v8_override = true
7
8# Disable XFA forms in Chromium builds.
ochang01c031a2016-06-10 05:14:499pdf_enable_xfa_override = false
dsinclairb986e462016-05-03 14:34:0910
stgao27b5c362017-03-30 23:26:5111# Build PDFium either using the bundled FreeType, or using a third-party
12# FreeType, configured by the embedder in //build/config/freetype.
drotte30ecdc92017-04-27 05:44:2213pdf_bundle_freetype_override = false
thestig23dae562017-03-28 23:55:2714
dsinclairb986e462016-05-03 14:34:0915# Disable use of Skia backend.
16pdf_use_skia_override = false
thestigfe802a92016-07-30 04:59:3617
Dan Sinclair6573f4c2017-06-26 13:11:1518# Disable use of Skia backend, paths only (experimental)
19pdf_use_skia_paths_override = false
caryclarka61459af2016-11-16 17:51:1220
thestige85e6b62016-08-25 00:00:0621# Enable experimental win32 GDI APIs.
22pdf_use_win32_gdi_override = true