mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
23 lines
709 B
Plaintext
23 lines
709 B
Plaintext
# Copyright 2016 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# Enable use of Javascript in PDFs.
|
|
pdf_enable_v8_override = true
|
|
|
|
# Disable XFA forms in Chromium builds.
|
|
pdf_enable_xfa_override = false
|
|
|
|
# Build PDFium either using the bundled FreeType, or using a third-party
|
|
# FreeType, configured by the embedder in //build/config/freetype.
|
|
pdf_bundle_freetype_override = false
|
|
|
|
# Disable use of Skia backend.
|
|
pdf_use_skia_override = false
|
|
|
|
# Disable use of Skia backend, paths only (experimental)
|
|
pdf_use_skia_paths_override = false
|
|
|
|
# Enable experimental win32 GDI APIs.
|
|
pdf_use_win32_gdi_override = true
|