diff options
Diffstat (limited to 'xfa/fwl/BUILD.gn')
-rw-r--r-- | xfa/fwl/BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xfa/fwl/BUILD.gn b/xfa/fwl/BUILD.gn index 7277c320d9..bcccf8d7e4 100644 --- a/xfa/fwl/BUILD.gn +++ b/xfa/fwl/BUILD.gn @@ -122,8 +122,12 @@ jumbo_source_set("fwl") { ] deps = [ "../../core/fxcrt", + "../../core/fxge", "../../fxbarcode", + "../fde", "../fgas", + "../fxfa/parser", + "../fxgraphics", ] configs += [ "../../:pdfium_core_config", |