diff options
Diffstat (limited to 'core/fpdfapi/edit')
-rw-r--r-- | core/fpdfapi/edit/BUILD.gn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/fpdfapi/edit/BUILD.gn b/core/fpdfapi/edit/BUILD.gn index 1bcce79142..de1a404c87 100644 --- a/core/fpdfapi/edit/BUILD.gn +++ b/core/fpdfapi/edit/BUILD.gn @@ -22,7 +22,12 @@ jumbo_source_set("edit") { ] configs += [ "../../../:pdfium_core_config" ] deps = [ + "../../../third_party:skia_shared", "../../fxcrt", + "../font", + "../page", + "../parser", ] + allow_circular_includes_from = [ "../parser" ] visibility = [ "../../../*" ] } |