diff options
author | Lei Zhang <thestig@chromium.org> | 2018-06-08 20:40:15 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-06-08 20:40:15 +0000 |
commit | fc615c63d34037896963f636e4b5d9e05efd41de (patch) | |
tree | 30ab4b41c8eaf07297ff1255b2d62c1cccde9377 /BUILD.gn | |
parent | 8ef4ef26481d8ed80d33b898bcff829fa7c0999c (diff) | |
download | pdfium-fc615c63d34037896963f636e4b5d9e05efd41de.tar.xz |
Add constants for PDF 1.7 spec, table 3.27.
BUG=pdfium:1049
Change-Id: Ie8bdb893d2af8d63420027a7ef95baf58cd97aa6
Reviewed-on: https://pdfium-review.googlesource.com/34691
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -302,6 +302,7 @@ visibility = [ source_set("constants") { sources = [ + "constants/page_object.h", "constants/stream_dict_common.h", "constants/transparency.h", ] |