diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2017-10-16 13:32:01 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-10-16 17:46:49 +0000 |
commit | 077f6439954cdbb5061a78b59be95ebf2277ac26 (patch) | |
tree | 1f444c5fd6ced1da8452becf90c972676ce0dd92 /BUILD.gn | |
parent | e5a637cfb23da32443b345b07f090b65771fa1c9 (diff) | |
download | pdfium-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.gn | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", |