pdfium.gni 696 B

12345678910111213141516171819
  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. # Enable use of Javascript in PDFs.
  5. pdf_enable_v8_override = true
  6. # Enable XFA forms in Chromium builds on a per-platform basis
  7. pdf_enable_xfa_override = is_chromeos || is_linux || is_mac || is_win
  8. # Build PDFium either using the bundled FreeType, or using a third-party
  9. # FreeType, configured by the embedder in //build/config/freetype.
  10. pdf_bundle_freetype_override = false
  11. # Disable use of Skia backend.
  12. pdf_use_skia_override = false
  13. # Disable use of Skia backend, paths only (experimental)
  14. pdf_use_skia_paths_override = false