commit | a5c1dafe0b76800d3c6445a93983b5b1ef2fd946 | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Thu Jan 31 21:56:47 2019 +0000 |
committer | Chromium commit bot <commit-bot@chromium.org> | Thu Jan 31 21:56:47 2019 +0000 |
tree | 6f719093077e80b8045f9a8ac7a3ebb9e574983e | |
parent | 0b49405f21fcafd404ba7f986904a3fac2253a2f [diff] [blame] |
Add constants for PDF 1.7 spec, table 8.15. BUG=pdfium:1049 Change-Id: I09fb1c34b8f08ce5c5b5f86e7fe64dfd11ed770d Reviewed-on: https://pdfium-review.googlesource.com/c/49571 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/constants/BUILD.gn b/constants/BUILD.gn index 25a574e..cdfd665 100644 --- a/constants/BUILD.gn +++ b/constants/BUILD.gn
@@ -7,6 +7,7 @@ jumbo_source_set("constants") { sources = [ + "annotation_common.h", "form_flags.h", "page_object.h", "stream_dict_common.h",