diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-15 17:47:57 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-15 17:47:57 +0000 |
commit | d7f51c715146be53186b25ca677e49e164b51527 (patch) | |
tree | 12dbfec2a73fe42bb97ea610d9023972a3361b80 /fpdfsdk/fpdfxfa | |
parent | 7239fe9c9e52fa8f921a4acb9ea4a11bc58e64d7 (diff) | |
download | pdfium-d7f51c715146be53186b25ca677e49e164b51527.tar.xz |
Make fpdfsdk/ pass gn check.
Use allow_circular_includes_from as a crutch for now.
Change-Id: I58e90da4b71a22dd54fd59e8d644b6eef740d4cd
Reviewed-on: https://pdfium-review.googlesource.com/c/43988
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fpdfsdk/fpdfxfa')
-rw-r--r-- | fpdfsdk/fpdfxfa/BUILD.gn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fpdfsdk/fpdfxfa/BUILD.gn b/fpdfsdk/fpdfxfa/BUILD.gn index bca6f67884..baa615db46 100644 --- a/fpdfsdk/fpdfxfa/BUILD.gn +++ b/fpdfsdk/fpdfxfa/BUILD.gn @@ -19,9 +19,14 @@ jumbo_source_set("fpdfxfa") { "cxfa_fwladaptertimermgr.h", ] deps = [ + "../../core/fpdfapi/page", + "../../core/fpdfapi/parser", "../../core/fxcrt", "../../fxjs", - "../../xfa", + "../../xfa/fgas", + "../../xfa/fwl", + "../../xfa/fxfa", + "../../xfa/fxfa/parser", ] configs += [ "../../:pdfium_core_config" ] visibility = [ "../../*" ] |