summaryrefslogtreecommitdiff
path: root/core/fpdfapi/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/BUILD.gn')
-rw-r--r--core/fpdfapi/BUILD.gn10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/fpdfapi/BUILD.gn b/core/fpdfapi/BUILD.gn
index 347e66eec7..465b1afd0f 100644
--- a/core/fpdfapi/BUILD.gn
+++ b/core/fpdfapi/BUILD.gn
@@ -14,7 +14,10 @@ jumbo_source_set("fpdfapi") {
]
configs += [ "../../:pdfium_core_config" ]
deps = [
+ "../fpdfdoc",
+ "../fxcodec",
"../fxcrt",
+ "../fxge",
"cmaps",
"edit",
"font",
@@ -22,5 +25,12 @@ jumbo_source_set("fpdfapi") {
"parser",
"render",
]
+ allow_circular_includes_from = [
+ "parser",
+ "cmaps",
+ "font",
+ "page",
+ "render",
+ ]
visibility = [ "../../*" ]
}