summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorHenrique Nakashima <hnakashima@chromium.org>2017-10-16 13:32:01 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-10-16 17:46:49 +0000
commit077f6439954cdbb5061a78b59be95ebf2277ac26 (patch)
tree1f444c5fd6ced1da8452becf90c972676ce0dd92 /BUILD.gn
parente5a637cfb23da32443b345b07f090b65771fa1c9 (diff)
downloadpdfium-077f6439954cdbb5061a78b59be95ebf2277ac26.tar.xz
Add FPDFCatalog_IsTagged to public API.
The new fpdf_catalog.h will contains functions to access entries in the catalog (root) dict in a PDF. Bug: chromium:768986 Change-Id: I6e1d4a479d6f8742981e89f07bab98ee96dc3763 Reviewed-on: https://pdfium-review.googlesource.com/15970 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 7355dca772..3de2d32566 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -138,6 +138,7 @@ static_library("pdfium") {
"fpdfsdk/fpdf_transformpage.cpp",
"fpdfsdk/fpdfannot.cpp",
"fpdfsdk/fpdfattachment.cpp",
+ "fpdfsdk/fpdfcatalog.cpp",
"fpdfsdk/fpdfdoc.cpp",
"fpdfsdk/fpdfeditimg.cpp",
"fpdfsdk/fpdfeditpage.cpp",
@@ -159,6 +160,7 @@ static_library("pdfium") {
"public/cpp/fpdf_deleters.h",
"public/fpdf_annot.h",
"public/fpdf_attachment.h",
+ "public/fpdf_catalog.h",
"public/fpdf_dataavail.h",
"public/fpdf_doc.h",
"public/fpdf_edit.h",
@@ -1927,6 +1929,7 @@ test("pdfium_unittests") {
"core/fxcrt/weak_ptr_unittest.cpp",
"core/fxcrt/widestring_unittest.cpp",
"core/fxge/dib/cstretchengine_unittest.cpp",
+ "fpdfsdk/fpdfcatalog_unittest.cpp",
"fpdfsdk/fpdfdoc_unittest.cpp",
"fpdfsdk/fpdfeditimg_unittest.cpp",
"testing/unit_test_main.cpp",