From a28ae388f3859c52630deb6ef3d0ea468e5177e3 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 19 Apr 2016 10:39:24 -0700 Subject: Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces. Each was only used by one subclass. Removed and used the concrete classes. BUG=pdfium:468 Review URL: https://codereview.chromium.org/1897993002 --- pdfium.gyp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'pdfium.gyp') diff --git a/pdfium.gyp b/pdfium.gyp index a34872b99b..9ca615d796 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -499,13 +499,10 @@ 'target_name': 'fpdftext', 'type': 'static_library', 'sources': [ - 'core/fpdftext/include/ipdf_linkextract.h', - 'core/fpdftext/include/ipdf_textpage.h', - 'core/fpdftext/include/ipdf_textpagefind.h', + 'core/fpdftext/include/cpdf_linkextract.h', + 'core/fpdftext/include/cpdf_textpage.h', + 'core/fpdftext/include/cpdf_textpagefind.h', 'core/fpdftext/fpdf_text_int.cpp', - 'core/fpdftext/fpdf_text_int.h', - 'core/fpdftext/unicodenormalization.cpp', - 'core/fpdftext/unicodenormalization.h', 'core/fpdftext/unicodenormalizationdata.cpp', 'core/fpdftext/unicodenormalizationdata.h', ], -- cgit v1.2.3