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

Unified Diff: pdfium.gyp

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 | « fpdfsdk/fpdftext.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index c43e9a932410f5d29f61095ba4545b199dc4fd86..d9a9def94fc1f4d65cfe79680a7596fbe1f959a3 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -501,13 +501,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',
],
« no previous file with comments | « fpdfsdk/fpdftext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698