summaryrefslogtreecommitdiff
path: root/xfa/fxfa/BUILD.gn
diff options
context:
space:
mode:
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",