summaryrefslogtreecommitdiff
path: root/xfa/fxfa/BUILD.gn
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/fxfa/BUILD.gn
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/fxfa/BUILD.gn')
-rw-r--r--xfa/fxfa/BUILD.gn15
1 files changed, 15 insertions, 0 deletions
diff --git a/xfa/fxfa/BUILD.gn b/xfa/fxfa/BUILD.gn
index 4c82ed3633..e87d772006 100644
--- a/xfa/fxfa/BUILD.gn
+++ b/xfa/fxfa/BUILD.gn
@@ -99,12 +99,27 @@ jumbo_source_set("fxfa") {
"fxfa_basic.h",
]
deps = [
+ "../../core/fpdfapi",
+ "../../core/fpdfapi/font",
+ "../../core/fpdfapi/parser",
+ "../../core/fpdfdoc",
+ "../../core/fxcodec",
"../../core/fxcrt",
"../../core/fxcrt:seekablemultistream",
"../../core/fxcrt/css",
+ "../../core/fxge",
+ "../../fxbarcode",
"../../fxjs",
"../fde",
"../fgas",
+ "../fwl",
+ "../fxgraphics",
+ "parser",
+ ]
+ allow_circular_includes_from = [
+ "../fgas",
+ "../fwl",
+ "parser",
]
configs += [
"../../:pdfium_core_config",