summaryrefslogtreecommitdiff
path: root/core/fpdfapi/font/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/font/BUILD.gn')
-rw-r--r--core/fpdfapi/font/BUILD.gn8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/fpdfapi/font/BUILD.gn b/core/fpdfapi/font/BUILD.gn
index e00bea75a5..a8f8619124 100644
--- a/core/fpdfapi/font/BUILD.gn
+++ b/core/fpdfapi/font/BUILD.gn
@@ -43,6 +43,14 @@ jumbo_source_set("font") {
configs += [ "../../../:pdfium_core_config" ]
deps = [
"../../fxcrt",
+ "../../fxge",
+ "../cmaps",
+ "../parser",
+ ]
+ allow_circular_includes_from = [
+ "../../fxge",
+ "../cmaps",
+ "../parser",
]
visibility = [ "../../../*" ]
}