diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-19 10:39:24 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-19 10:39:24 -0700 |
commit | a28ae388f3859c52630deb6ef3d0ea468e5177e3 (patch) | |
tree | 1ab55ded754a5d1fc6ab5702e9d2244e5830ed68 /pdfium.gyp | |
parent | 11178284eccf22306338cf0d252b8dbb946feb16 (diff) | |
download | pdfium-a28ae388f3859c52630deb6ef3d0ea468e5177e3.tar.xz |
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
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 9 |
1 files changed, 3 insertions, 6 deletions
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', ], |