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 /BUILD.gn | |
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 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -477,13 +477,10 @@ static_library("fpdfapi") { static_library("fpdftext") { sources = [ "core/fpdftext/fpdf_text_int.cpp", - "core/fpdftext/fpdf_text_int.h", - "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/text_int.h", - "core/fpdftext/unicodenormalization.cpp", - "core/fpdftext/unicodenormalization.h", "core/fpdftext/unicodenormalizationdata.cpp", "core/fpdftext/unicodenormalizationdata.h", ] |