| 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',
|
| ],
|
|
|