summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-19 10:39:24 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-19 10:39:24 -0700
commita28ae388f3859c52630deb6ef3d0ea468e5177e3 (patch)
tree1ab55ded754a5d1fc6ab5702e9d2244e5830ed68 /BUILD.gn
parent11178284eccf22306338cf0d252b8dbb946feb16 (diff)
downloadpdfium-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.gn9
1 files changed, 3 insertions, 6 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f57bec3177..74ffa178ef 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",
]