dsinclair | b986e46 | 2016-05-03 14:34:09 | [diff] [blame] | 1 | # 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. |
| 6 | pdf_enable_v8_override = true |
| 7 | |
| 8 | # Disable XFA forms in Chromium builds. |
ochang | 01c031a | 2016-06-10 05:14:49 | [diff] [blame] | 9 | pdf_enable_xfa_override = false |
dsinclair | b986e46 | 2016-05-03 14:34:09 | [diff] [blame] | 10 | |
stgao | 27b5c36 | 2017-03-30 23:26:51 | [diff] [blame] | 11 | # Build PDFium either using the bundled FreeType, or using a third-party |
| 12 | # FreeType, configured by the embedder in //build/config/freetype. |
drott | e30ecdc9 | 2017-04-27 05:44:22 | [diff] [blame] | 13 | pdf_bundle_freetype_override = false |
thestig | 23dae56 | 2017-03-28 23:55:27 | [diff] [blame] | 14 | |
dsinclair | b986e46 | 2016-05-03 14:34:09 | [diff] [blame] | 15 | # Disable use of Skia backend. |
| 16 | pdf_use_skia_override = false |
thestig | fe802a9 | 2016-07-30 04:59:36 | [diff] [blame] | 17 | |
Dan Sinclair | 6573f4c | 2017-06-26 13:11:15 | [diff] [blame] | 18 | # Disable use of Skia backend, paths only (experimental) |
| 19 | pdf_use_skia_paths_override = false |
caryclark | a61459af | 2016-11-16 17:51:12 | [diff] [blame] | 20 | |
thestig | e85e6b6 | 2016-08-25 00:00:06 | [diff] [blame] | 21 | # Enable experimental win32 GDI APIs. |
| 22 | pdf_use_win32_gdi_override = true |