summaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-11 19:28:08 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-11 19:28:08 +0000
commitbfc5f6011dd402a1fc07a522c3f25ab405f3e3ea (patch)
tree9ab3891f72cc881ec6845b36a33a797d52f0f0bb /.gn
parent7ade11c1cdc8ea1bf065c6b7d4c358d38026e2a7 (diff)
downloadpdfium-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--.gn13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gn b/.gn
index 41187fd2f5..59db446ec0 100644
--- a/.gn
+++ b/.gn
@@ -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.
+]