dsinclair | 685bb88 | 2016-04-20 07:32:39 -0700 | [diff] [blame] | 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 | |
| 5 | buildconfig = "//build/config/BUILDCONFIG.gn" |
Nicolas Pena | e818bcb | 2017-02-09 14:37:49 -0500 | [diff] [blame] | 6 | |
| 7 | default_args = { |
| 8 | v8_extra_library_files = [] |
| 9 | v8_experimental_extra_library_files = [] |
Nicolas Pena | e818bcb | 2017-02-09 14:37:49 -0500 | [diff] [blame] | 10 | |
| 11 | # Turns on compiler optimizations in V8 in Debug build. |
| 12 | v8_optimized_debug = true |
| 13 | } |
Lei Zhang | bfc5f60 | 2018-10-11 19:28:08 +0000 | [diff] [blame] | 14 | |
| 15 | check_targets = [ |
Lei Zhang | 21ce4ff | 2018-10-15 18:30:49 +0000 | [diff] [blame] | 16 | ":pdfium", |
Lei Zhang | 1929d6e | 2018-10-15 23:51:28 +0000 | [diff] [blame] | 17 | ":pdfium_embeddertests", |
Lei Zhang | f03f781 | 2018-10-15 23:48:29 +0000 | [diff] [blame] | 18 | ":pdfium_unittests", |
Lei Zhang | 1b6fcaa | 2018-10-16 17:12:18 +0000 | [diff] [blame] | 19 | "//constants/*", |
Lei Zhang | 966e10c | 2018-10-15 19:33:26 +0000 | [diff] [blame] | 20 | "//core/*", |
Lei Zhang | d7f51c7 | 2018-10-15 17:47:57 +0000 | [diff] [blame] | 21 | "//fpdfsdk/*", |
Lei Zhang | ac0a167 | 2018-10-12 17:37:06 +0000 | [diff] [blame] | 22 | "//fxbarcode/*", |
Lei Zhang | bc75f62 | 2018-10-15 18:12:40 +0000 | [diff] [blame] | 23 | "//fxjs/*", |
Lei Zhang | bfc5f60 | 2018-10-11 19:28:08 +0000 | [diff] [blame] | 24 | "//samples/*", |
Lei Zhang | bd91edf | 2018-10-16 20:34:03 +0000 | [diff] [blame] | 25 | "//skia/*", |
Lei Zhang | 518b7f0 | 2018-10-13 06:39:00 +0000 | [diff] [blame] | 26 | "//testing/:*", |
| 27 | "//testing/fuzzers/*", |
| 28 | "//testing/image_diff/*", |
Lei Zhang | ae0a9e1 | 2018-10-16 20:39:43 +0000 | [diff] [blame] | 29 | "//third_party:bigint", |
| 30 | "//third_party:fx_agg", |
| 31 | "//third_party:fx_freetype", |
| 32 | "//third_party:pdfium_base", |
| 33 | "//third_party:skia_shared", |
Lei Zhang | 7239fe9 | 2018-10-15 17:10:58 +0000 | [diff] [blame] | 34 | "//xfa/*", |
Lei Zhang | bfc5f60 | 2018-10-11 19:28:08 +0000 | [diff] [blame] | 35 | ] |