diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-03-14 15:56:00 -0400 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-03-14 15:56:00 -0400 |
commit | 13ee55a8267963c9b39486a6a22646fbdd770742 (patch) | |
tree | e50fd9cb4dbde547de6a913c54128114db64df4e /pdfium.gyp | |
parent | 544bbc6d81ee9d94a09809830b3f622f2dbad28a (diff) | |
download | pdfium-13ee55a8267963c9b39486a6a22646fbdd770742.tar.xz |
Move fx_crypto.h and fpdf_text.h out of core/include.
This CL moves the two files and breaks fpdf_text.h apart into individual pieces.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1801973002 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index a7cb00d689..9d986b29eb 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', |