diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-12 21:12:38 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-12 21:12:38 +0000 |
commit | dee25119008a39e2ee360c5c46d9ba18d7a340b8 (patch) | |
tree | 472e0fba786ff56ef5e2722c77014479adce2326 /xfa/fxfa/BUILD.gn | |
parent | e421d384ca88046c989991581d9abb044cddd009 (diff) | |
download | pdfium-dee25119008a39e2ee360c5c46d9ba18d7a340b8.tar.xz |
Make core/fxcrt pass gn check.
Split some XFA-only code into their own targets to avoid circular
dependencies. Make CFX_SeekableMultiStream XFA-only.
Change-Id: I88f49556623d52dddd4d0013cc3308b694c01d42
Reviewed-on: https://pdfium-review.googlesource.com/c/43973
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa/fxfa/BUILD.gn')
-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", |