summaryrefslogtreecommitdiff
path: root/fxjs
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 /fxjs
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 'fxjs')
-rw-r--r--fxjs/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/fxjs/BUILD.gn b/fxjs/BUILD.gn
index 96c3c6df2f..a197d78f13 100644
--- a/fxjs/BUILD.gn
+++ b/fxjs/BUILD.gn
@@ -435,6 +435,7 @@ jumbo_source_set("fxjs") {
"xfa/cjx_xsdconnection.cpp",
"xfa/cjx_xsdconnection.h",
]
+ deps += [ "../xfa/fxfa/fm2js" ]
}
}
}