summaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-15 17:47:57 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-15 17:47:57 +0000
commitd7f51c715146be53186b25ca677e49e164b51527 (patch)
tree12dbfec2a73fe42bb97ea610d9023972a3361b80 /.gn
parent7239fe9c9e52fa8f921a4acb9ea4a11bc58e64d7 (diff)
downloadpdfium-d7f51c715146be53186b25ca677e49e164b51527.tar.xz
Make fpdfsdk/ pass gn check.
Use allow_circular_includes_from as a crutch for now. Change-Id: I58e90da4b71a22dd54fd59e8d644b6eef740d4cd Reviewed-on: https://pdfium-review.googlesource.com/c/43988 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 1d4f5fc276..764e08c3a0 100644
--- a/.gn
+++ b/.gn
@@ -18,6 +18,7 @@ default_args = {
check_targets = [
"//core/fxcrt/*",
+ "//fpdfsdk/*",
"//fxbarcode/*",
"//samples/*",
"//testing/:*",
@@ -27,6 +28,5 @@ check_targets = [
# TODO(thestig): Work on these.
#"//core/*",
- #"//fpdfsdk/*",
#"//fxjs/*",
]