diff options
Diffstat (limited to 'xfa')
-rw-r--r-- | xfa/fxfa/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fxfa/BUILD.gn b/xfa/fxfa/BUILD.gn index 5d1cc6bc53..4c82ed3633 100644 --- a/xfa/fxfa/BUILD.gn +++ b/xfa/fxfa/BUILD.gn @@ -100,6 +100,8 @@ jumbo_source_set("fxfa") { ] deps = [ "../../core/fxcrt", + "../../core/fxcrt:seekablemultistream", + "../../core/fxcrt/css", "../../fxjs", "../fde", "../fgas", |