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 /xfa | |
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 'xfa')
-rw-r--r-- | xfa/fxfa/BUILD.gn | 1 | ||||
-rw-r--r-- | xfa/fxfa/parser/BUILD.gn | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/xfa/fxfa/BUILD.gn b/xfa/fxfa/BUILD.gn index e87d772006..d6417b73c7 100644 --- a/xfa/fxfa/BUILD.gn +++ b/xfa/fxfa/BUILD.gn @@ -117,6 +117,7 @@ jumbo_source_set("fxfa") { "parser", ] allow_circular_includes_from = [ + "../../fxjs", "../fgas", "../fwl", "parser", diff --git a/xfa/fxfa/parser/BUILD.gn b/xfa/fxfa/parser/BUILD.gn index e65428e9e6..bd7446db7c 100644 --- a/xfa/fxfa/parser/BUILD.gn +++ b/xfa/fxfa/parser/BUILD.gn @@ -709,7 +709,10 @@ jumbo_source_set("parser") { "../../fgas", "../../fxgraphics", ] - allow_circular_includes_from = [ "../../fgas" ] + allow_circular_includes_from = [ + "../../fgas", + "../../../fxjs", + ] configs += [ "../../../:pdfium_core_config", "../../:xfa_warnings", |