• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2016 PDFium 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
5buildconfig = "//build/config/BUILDCONFIG.gn"
6
7default_args = {
8  v8_extra_library_files = []
9  v8_experimental_extra_library_files = []
10
11  # Turns on compiler optimizations in V8 in Debug build.
12  v8_optimized_debug = true
13}
14
15check_targets = [
16  ":pdfium",
17  ":pdfium_embeddertests",
18  ":pdfium_unittests",
19  "//constants/*",
20  "//core/*",
21  "//fpdfsdk/*",
22  "//fxbarcode/*",
23  "//fxjs/*",
24  "//samples/*",
25  "//skia/*",
26  "//testing/:*",
27  "//testing/fuzzers/*",
28  "//testing/image_diff/*",
29  "//third_party:bigint",
30  "//third_party:fx_agg",
31  "//third_party:fx_freetype",
32  "//third_party:pdfium_base",
33  "//third_party:skia_shared",
34  "//xfa/*",
35]
36