summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/BUILD.gn')
-rw-r--r--xfa/fxfa/parser/BUILD.gn7
1 files changed, 6 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/BUILD.gn b/xfa/fxfa/parser/BUILD.gn
index 97b834a780..e65428e9e6 100644
--- a/xfa/fxfa/parser/BUILD.gn
+++ b/xfa/fxfa/parser/BUILD.gn
@@ -699,12 +699,17 @@ jumbo_source_set("parser") {
"xfa_utils.h",
]
deps = [
+ "../../../core/fpdfapi",
+ "../../../core/fxcodec",
"../../../core/fxcrt",
+ "../../../core/fxge",
+ "../../../fxbarcode",
"../../../fxjs",
"../../fde",
"../../fgas",
- "../../fxfa",
+ "../../fxgraphics",
]
+ allow_circular_includes_from = [ "../../fgas" ]
configs += [
"../../../:pdfium_core_config",
"../../:xfa_warnings",