blob: c97435710e52afb5f16ec80ac105d66c68016962 [file] [log] [blame]
dsinclair685bb882016-04-20 07:32:39 -07001# 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"
Nicolas Penae818bcb2017-02-09 14:37:49 -05006
7default_args = {
8 v8_extra_library_files = []
9 v8_experimental_extra_library_files = []
Nicolas Penae818bcb2017-02-09 14:37:49 -050010
11 # Turns on compiler optimizations in V8 in Debug build.
12 v8_optimized_debug = true
13}
Lei Zhangbfc5f602018-10-11 19:28:08 +000014
15check_targets = [
Lei Zhang21ce4ff2018-10-15 18:30:49 +000016 ":pdfium",
Lei Zhang1929d6e2018-10-15 23:51:28 +000017 ":pdfium_embeddertests",
Lei Zhangf03f7812018-10-15 23:48:29 +000018 ":pdfium_unittests",
Lei Zhang1b6fcaa2018-10-16 17:12:18 +000019 "//constants/*",
Lei Zhang966e10c2018-10-15 19:33:26 +000020 "//core/*",
Lei Zhangd7f51c72018-10-15 17:47:57 +000021 "//fpdfsdk/*",
Lei Zhangac0a1672018-10-12 17:37:06 +000022 "//fxbarcode/*",
Lei Zhangbc75f622018-10-15 18:12:40 +000023 "//fxjs/*",
Lei Zhangbfc5f602018-10-11 19:28:08 +000024 "//samples/*",
Lei Zhangbd91edf2018-10-16 20:34:03 +000025 "//skia/*",
Lei Zhang518b7f02018-10-13 06:39:00 +000026 "//testing/:*",
27 "//testing/fuzzers/*",
28 "//testing/image_diff/*",
Lei Zhangae0a9e12018-10-16 20:39:43 +000029 "//third_party:bigint",
30 "//third_party:fx_agg",
31 "//third_party:fx_freetype",
32 "//third_party:pdfium_base",
33 "//third_party:skia_shared",
Lei Zhang7239fe92018-10-15 17:10:58 +000034 "//xfa/*",
Lei Zhangbfc5f602018-10-11 19:28:08 +000035]