summaryrefslogtreecommitdiff
path: root/xfa/fgas/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fgas/BUILD.gn')
-rw-r--r--xfa/fgas/BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/xfa/fgas/BUILD.gn b/xfa/fgas/BUILD.gn
index a6d2005135..c34aa0915c 100644
--- a/xfa/fgas/BUILD.gn
+++ b/xfa/fgas/BUILD.gn
@@ -35,8 +35,13 @@ jumbo_source_set("fgas") {
"layout/cfx_txtbreak.h",
]
deps = [
+ "../../core/fpdfapi/font",
+ "../../core/fpdfapi/parser",
"../../core/fxcrt",
+ "../../core/fxge",
+ "../fde",
]
+ allow_circular_includes_from = [ "../fde" ]
configs += [
"../../:pdfium_core_config",
"../:xfa_warnings",