summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2016-03-15 09:10:05 -0700
committerTom Sepez <tsepez@chromium.org>2016-03-15 09:10:05 -0700
commit6d6f1f4078c745e6ba7560a71c5ff65d1aa7d963 (patch)
tree0707f7ea1a8e4742117645677dc056697e6d4727 /pdfium.gyp
parentf89acbcf5c652dc2eb3509568b3a5a57cb4c4c5e (diff)
downloadpdfium-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.gyp3
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',
],