blob: 7f6d0d20036180498fc3012721b705771ffbea69 [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
Lei Zhangc2db74b2017-09-19 11:40:14 -070013
14 # PDFium does not want to switch to C++14 yet.
15 use_cxx11 = true
Nicolas Penae818bcb2017-02-09 14:37:49 -050016}
Lei Zhangbfc5f602018-10-11 19:28:08 +000017
18check_targets = [
Lei Zhang21ce4ff2018-10-15 18:30:49 +000019 ":pdfium",
Lei Zhang1929d6e2018-10-15 23:51:28 +000020 ":pdfium_embeddertests",
Lei Zhangf03f7812018-10-15 23:48:29 +000021 ":pdfium_unittests",
Lei Zhang1b6fcaa2018-10-16 17:12:18 +000022 "//constants/*",
Lei Zhang966e10c2018-10-15 19:33:26 +000023 "//core/*",
Lei Zhangd7f51c72018-10-15 17:47:57 +000024 "//fpdfsdk/*",
Lei Zhangac0a1672018-10-12 17:37:06 +000025 "//fxbarcode/*",
Lei Zhangbc75f622018-10-15 18:12:40 +000026 "//fxjs/*",
Lei Zhangbfc5f602018-10-11 19:28:08 +000027 "//samples/*",
Lei Zhangbd91edf2018-10-16 20:34:03 +000028 "//skia/*",
Lei Zhang518b7f02018-10-13 06:39:00 +000029 "//testing/:*",
30 "//testing/fuzzers/*",
31 "//testing/image_diff/*",
Lei Zhangae0a9e12018-10-16 20:39:43 +000032 "//third_party:bigint",
33 "//third_party:fx_agg",
34 "//third_party:fx_freetype",
35 "//third_party:pdfium_base",
36 "//third_party:skia_shared",
Lei Zhang7239fe92018-10-15 17:10:58 +000037 "//xfa/*",
Lei Zhangbfc5f602018-10-11 19:28:08 +000038]