diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-15 18:12:40 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-15 18:12:40 +0000 |
commit | bc75f62774a31ca94188e1910624bac246d550f7 (patch) | |
tree | c9826fe551d97a076d092a38109810e97fc80e44 /fpdfsdk/fpdfxfa | |
parent | d7f51c715146be53186b25ca677e49e164b51527 (diff) | |
download | pdfium-bc75f62774a31ca94188e1910624bac246d550f7.tar.xz |
Make fxjs/ pass gn check.
Use allow_circular_includes_from as a crutch for now.
Change-Id: I8c53bafd864048506a77354f57e27cac50369005
Reviewed-on: https://pdfium-review.googlesource.com/c/43989
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/fpdfxfa/BUILD.gn b/fpdfsdk/fpdfxfa/BUILD.gn index baa615db46..a1c6170826 100644 --- a/fpdfsdk/fpdfxfa/BUILD.gn +++ b/fpdfsdk/fpdfxfa/BUILD.gn @@ -28,6 +28,7 @@ jumbo_source_set("fpdfxfa") { "../../xfa/fxfa", "../../xfa/fxfa/parser", ] + allow_circular_includes_from = [ "../../fxjs" ] configs += [ "../../:pdfium_core_config" ] visibility = [ "../../*" ] } |