summaryrefslogtreecommitdiff
path: root/xfa/fwl
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-15 17:10:58 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-15 17:10:58 +0000
commit7239fe9c9e52fa8f921a4acb9ea4a11bc58e64d7 (patch)
tree4df9cb4689ce0db5d32334255b75edcdd713f37c /xfa/fwl
parent7c39bf7b87f871ccc50b66066c3bfb1883f66010 (diff)
downloadpdfium-7239fe9c9e52fa8f921a4acb9ea4a11bc58e64d7.tar.xz
Make xfa/ pass gn check.
Use allow_circular_includes_from as a crutch for now. Change-Id: I1aad3276a6fd571071270090235b0cfb625e337b Reviewed-on: https://pdfium-review.googlesource.com/c/43986 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa/fwl')
-rw-r--r--xfa/fwl/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/xfa/fwl/BUILD.gn b/xfa/fwl/BUILD.gn
index 7277c320d9..bcccf8d7e4 100644
--- a/xfa/fwl/BUILD.gn
+++ b/xfa/fwl/BUILD.gn
@@ -122,8 +122,12 @@ jumbo_source_set("fwl") {
]
deps = [
"../../core/fxcrt",
+ "../../core/fxge",
"../../fxbarcode",
+ "../fde",
"../fgas",
+ "../fxfa/parser",
+ "../fxgraphics",
]
configs += [
"../../:pdfium_core_config",