diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-15 17:10:58 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-15 17:10:58 +0000 |
commit | 7239fe9c9e52fa8f921a4acb9ea4a11bc58e64d7 (patch) | |
tree | 4df9cb4689ce0db5d32334255b75edcdd713f37c /.gn | |
parent | 7c39bf7b87f871ccc50b66066c3bfb1883f66010 (diff) | |
download | pdfium-7239fe9c9e52fa8f921a4acb9ea4a11bc58e64d7.tar.xz |
Make xfa/ pass gn check.
Use allow_circular_includes_from as a crutch for now.
Change-Id: I1aad3276a6fd571071270090235b0cfb625e337b
Reviewed-on: https://pdfium-review.googlesource.com/c/43986
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to '.gn')
-rw-r--r-- | .gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,10 +23,10 @@ check_targets = [ "//testing/:*", "//testing/fuzzers/*", "//testing/image_diff/*", + "//xfa/*", # TODO(thestig): Work on these. #"//core/*", #"//fpdfsdk/*", #"//fxjs/*", - #"//xfa/*", ] |