diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-11 19:28:08 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-11 19:28:08 +0000 |
commit | bfc5f6011dd402a1fc07a522c3f25ab405f3e3ea (patch) | |
tree | 9ab3891f72cc881ec6845b36a33a797d52f0f0bb /.gn | |
parent | 7ade11c1cdc8ea1bf065c6b7d4c358d38026e2a7 (diff) | |
download | pdfium-bfc5f6011dd402a1fc07a522c3f25ab405f3e3ea.tar.xz |
Add check_targets list to .gn.
Start trying to pass "gn check".
Change-Id: Iec694d8abf558f3e1ca477dd3934020088e43cb5
Reviewed-on: https://pdfium-review.googlesource.com/c/43895
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to '.gn')
-rw-r--r-- | .gn | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -15,3 +15,16 @@ default_args = { # PDFium does not want to switch to C++14 yet. use_cxx11 = true } + +check_targets = [ + "//samples/*", + + # TODO(thestig): Work on these. + #"//core/*", # Need to split off. + #"//fpdfsdk/*", # Need to split off. + #"//fxbarcode/*", # Need to split off. + #"//fxjs/*", # Need to split off. + #"//testing/*", + #"//testing/fuzzers/*", + #"//xfa/*", # Need to split off. +] |