summaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-13 06:39:00 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-13 06:39:00 +0000
commit518b7f045a282e212f5d3dab0305e1ee5230365f (patch)
tree6de0c1ce22c3b8f25a25749c2df055c464d010ce /.gn
parent56e0c3ebe017135dcbd046bd6bc8c9ca54518597 (diff)
downloadpdfium-518b7f045a282e212f5d3dab0305e1ee5230365f.tar.xz
Make testing/ pass gn check.
Change-Id: Ifb2d60bf3c2d86a105705196d65e318081cefe4e Reviewed-on: https://pdfium-review.googlesource.com/c/43981 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to '.gn')
-rw-r--r--.gn5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gn b/.gn
index 2c77331a8d..e9335c5330 100644
--- a/.gn
+++ b/.gn
@@ -20,12 +20,13 @@ check_targets = [
"//core/fxcrt/*",
"//fxbarcode/*",
"//samples/*",
+ "//testing/:*",
+ "//testing/fuzzers/*",
+ "//testing/image_diff/*",
# TODO(thestig): Work on these.
#"//core/*",
#"//fpdfsdk/*",
#"//fxjs/*",
- #"//testing/*",
- #"//testing/fuzzers/*",
#"//xfa/*",
]