summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-05-08 19:06:38 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-05-08 19:06:38 +0000
commitfdd0ef61e79aa1ca7c0859b8ff45740b6fb96bc2 (patch)
tree791fcf5b16bf322b6e95d792463a3dd9d6518e8d /BUILD.gn
parentb7c41498ac1f09debe0b12efe1312a22246a18b0 (diff)
downloadpdfium-fdd0ef61e79aa1ca7c0859b8ff45740b6fb96bc2.tar.xz
Add constants for PDF 1.7 spec, table 7.2 and 7.3.
Add constants/transparency.h. The header lists constants from chapter 7 of the PDF spec. BUG=pdfium:1049 Change-Id: I66bd6fceb24807eec9c308e2e47cec3f2f836ffb Reviewed-on: https://pdfium-review.googlesource.com/32177 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index fc7c0eed8b..874a8f7d81 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -300,6 +300,7 @@ visibility = [
source_set("constants") {
sources = [
"constants/stream_dict_common.h",
+ "constants/transparency.h",
]
}