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.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/BUILD.gn b/xfa/fxfa/parser/BUILD.gn
index e65428e9e6..bd7446db7c 100644
--- a/xfa/fxfa/parser/BUILD.gn
+++ b/xfa/fxfa/parser/BUILD.gn
@@ -709,7 +709,10 @@ jumbo_source_set("parser") {
"../../fgas",
"../../fxgraphics",
]
- allow_circular_includes_from = [ "../../fgas" ]
+ allow_circular_includes_from = [
+ "../../fgas",
+ "../../../fxjs",
+ ]
configs += [
"../../../:pdfium_core_config",
"../../:xfa_warnings",