summaryrefslogtreecommitdiff
path: root/core/fpdftext/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdftext/BUILD.gn')
-rw-r--r--core/fpdftext/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/fpdftext/BUILD.gn b/core/fpdftext/BUILD.gn
index f47745178e..1319c62c7d 100644
--- a/core/fpdftext/BUILD.gn
+++ b/core/fpdftext/BUILD.gn
@@ -18,6 +18,9 @@ jumbo_source_set("fpdftext") {
]
configs += [ "../../:pdfium_core_config" ]
deps = [
+ "../fpdfapi/font",
+ "../fpdfapi/page",
+ "../fpdfapi/parser",
"../fxcrt",
]
visibility = [ "../../*" ]