diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-05 21:18:16 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-05 21:18:16 +0000 |
commit | 28df406817f501b4c133d56ef09cb0d6d90181ca (patch) | |
tree | c1340d53bdcc5750d71f9664d2fe8a69b9773094 /BUILD.gn | |
parent | b20364c990152495dc259a4a8fc36cdd7dbd7ca4 (diff) | |
download | pdfium-28df406817f501b4c133d56ef09cb0d6d90181ca.tar.xz |
Add booleans for form flags in CPDF_FormField.
Add constants/form_flags.h as well.
Change-Id: If15deff6bafdf394ed975b767128d65b5d2eb0e9
Reviewed-on: https://pdfium-review.googlesource.com/c/43533
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -295,6 +295,7 @@ visibility = [ source_set("constants") { sources = [ + "constants/form_flags.h", "constants/page_object.h", "constants/stream_dict_common.h", "constants/transparency.h", |