summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp9
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',
],