| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index a7cb00d68908ad5d8c5562718cced51deec1dbb5..9d986b29eb1d454380f108c81920e9e2f39888df 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -212,7 +212,7 @@
|
| 'target_name': 'fdrm',
|
| 'type': 'static_library',
|
| 'sources': [
|
| - 'core/include/fdrm/fx_crypt.h',
|
| + 'core/fdrm/crypto/include/fx_crypt.h',
|
| 'core/fdrm/crypto/fx_crypt.cpp',
|
| 'core/fdrm/crypto/fx_crypt_aes.cpp',
|
| 'core/fdrm/crypto/fx_crypt_sha.cpp',
|
| @@ -403,7 +403,9 @@
|
| 'target_name': 'fpdftext',
|
| 'type': 'static_library',
|
| 'sources': [
|
| - 'core/include/fpdftext/fpdf_text.h',
|
| + 'core/fpdftext/include/ipdf_linkextract.h',
|
| + 'core/fpdftext/include/ipdf_textpage.h',
|
| + 'core/fpdftext/include/ipdf_textpagefind.h',
|
| 'core/fpdftext/fpdf_text_int.cpp',
|
| 'core/fpdftext/text_int.h',
|
| 'core/fpdftext/unicodenormalization.cpp',
|
|
|