diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-15 23:12:06 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-15 23:12:06 +0000 |
commit | 1987bbfdbcc15e6954aa1340d1a55fda4a532914 (patch) | |
tree | 471233ae881d13925c69c1ae2def16fa8ace0953 /fpdfsdk/formfiller/BUILD.gn | |
parent | 6735139528c4239d4a88c02004d2671c27418020 (diff) | |
download | pdfium-1987bbfdbcc15e6954aa1340d1a55fda4a532914.tar.xz |
Split public/ headers into their own source_set.
This removes some allow_circular_includes_from entries.
Change-Id: I276d211a0f45f460b4814560533f0cb83d681613
Reviewed-on: https://pdfium-review.googlesource.com/c/43994
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fpdfsdk/formfiller/BUILD.gn')
-rw-r--r-- | fpdfsdk/formfiller/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/formfiller/BUILD.gn b/fpdfsdk/formfiller/BUILD.gn index 434e58085e..a16ee512ec 100644 --- a/fpdfsdk/formfiller/BUILD.gn +++ b/fpdfsdk/formfiller/BUILD.gn @@ -32,6 +32,7 @@ jumbo_source_set("formfiller") { ] configs += [ "../../:pdfium_core_config" ] deps = [ + "../../:pdfium_public_headers", "../../core/fpdfapi/font", "../../core/fpdfapi/page", "../../core/fpdfapi/parser", |