diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-15 09:10:05 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-15 09:10:05 -0700 |
commit | 6d6f1f4078c745e6ba7560a71c5ff65d1aa7d963 (patch) | |
tree | 0707f7ea1a8e4742117645677dc056697e6d4727 /pdfium.gyp | |
parent | f89acbcf5c652dc2eb3509568b3a5a57cb4c4c5e (diff) | |
download | pdfium-6d6f1f4078c745e6ba7560a71c5ff65d1aa7d963.tar.xz |
Tidy fpdftext/ directory
Make .h/.cpp filenames match.
Add header for unicodenormalization.cpp
Remove dead code.
R=dsinclair@chromium.org
Review URL: https://codereview.chromium.org/1796303002 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 9d986b29eb..acd17f36ac 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -407,8 +407,9 @@ '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/fpdf_text_int.h', 'core/fpdftext/unicodenormalization.cpp', + 'core/fpdftext/unicodenormalization.h', 'core/fpdftext/unicodenormalizationdata.cpp', 'core/fpdftext/unicodenormalizationdata.h', ], |