From 077f6439954cdbb5061a78b59be95ebf2277ac26 Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Mon, 16 Oct 2017 13:32:01 -0400 Subject: 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 Commit-Queue: Henrique Nakashima --- BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BUILD.gn') 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", -- cgit v1.2.3