Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: BUILD.gn

Issue 1897993002: Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | core/fpdftext/fpdf_text_int.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index fd6faca9a186e4ee19d01b5d7d5d0073a785b2c4..11f8604fd1d960ac4a3a59a3a86b1d0ce3c7008c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -479,13 +479,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",
]
« no previous file with comments | « no previous file | core/fpdftext/fpdf_text_int.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698