summaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-15 18:12:40 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-15 18:12:40 +0000
commitbc75f62774a31ca94188e1910624bac246d550f7 (patch)
treec9826fe551d97a076d092a38109810e97fc80e44 /.gn
parentd7f51c715146be53186b25ca677e49e164b51527 (diff)
downloadpdfium-bc75f62774a31ca94188e1910624bac246d550f7.tar.xz
Make fxjs/ pass gn check.
Use allow_circular_includes_from as a crutch for now. Change-Id: I8c53bafd864048506a77354f57e27cac50369005 Reviewed-on: https://pdfium-review.googlesource.com/c/43989 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to '.gn')
-rw-r--r--.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gn b/.gn
index 764e08c3a0..8dc9f60cbc 100644
--- a/.gn
+++ b/.gn
@@ -20,6 +20,7 @@ check_targets = [
"//core/fxcrt/*",
"//fpdfsdk/*",
"//fxbarcode/*",
+ "//fxjs/*",
"//samples/*",
"//testing/:*",
"//testing/fuzzers/*",
@@ -28,5 +29,4 @@ check_targets = [
# TODO(thestig): Work on these.
#"//core/*",
- #"//fxjs/*",
]