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 /xfa | |
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 'xfa')
-rw-r--r-- | xfa/BUILD.gn | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/xfa/BUILD.gn b/xfa/BUILD.gn index 3453a40f78..df297373a9 100644 --- a/xfa/BUILD.gn +++ b/xfa/BUILD.gn @@ -12,16 +12,3 @@ config("xfa_warnings") { cflags = [ "-Wno-strict-overflow" ] } } - -group("xfa") { - deps = [ - "fde", - "fgas", - "fwl", - "fxfa", - "fxfa/fm2js", - "fxfa/parser", - "fxgraphics", - ] - visibility = [ "../*" ] -} |