commit | 966e10cdd4f15e7f44b14c4178a81877f63c6691 | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Mon Oct 15 19:33:26 2018 +0000 |
committer | Chromium commit bot <commit-bot@chromium.org> | Mon Oct 15 19:33:26 2018 +0000 |
tree | 083f93552930f1c55ba001f1739034d7fd9f7658 | |
parent | e4f2f4a3f4fd3e9f372912f4151d7c7843f9556f [diff] [blame] |
Make core/ pass gn check. Use allow_circular_includes_from as a crutch for now. Change-Id: Ia7a29a268e67b1fe21bed5cdd629e06fb5cc7bfb Reviewed-on: https://pdfium-review.googlesource.com/c/43992 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
diff --git a/core/fxcodec/BUILD.gn b/core/fxcodec/BUILD.gn index 442a058..4c06d55 100644 --- a/core/fxcodec/BUILD.gn +++ b/core/fxcodec/BUILD.gn
@@ -73,8 +73,10 @@ "../../third_party:lcms2", "../../third_party:zlib", "../fxcrt", + "../fxge", "//third_party:jpeg", ] + allow_circular_includes_from = [ "../fxge" ] if (pdf_enable_xfa) { sources += [