diff options
author | npm <npm@chromium.org> | 2016-08-26 10:00:25 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-26 10:00:25 -0700 |
commit | 2d396ac157bcd6da78190def936e5eaf278a6ca7 (patch) | |
tree | 0b2416b9e93dd770b4180735a96a3763e9f25eff /BUILD.gn | |
parent | 18df9f5d1ff48fb3a225a84920fe46b63fba46a3 (diff) | |
download | pdfium-2d396ac157bcd6da78190def936e5eaf278a6ca7.tar.xz |
Move the classes in fpdf_text_int.cpp into their own files
- CPDF_TextPageFind and CPDF_LinkExtract moved to new file
- fpdf_text_int.cpp renamed to be CPDF_TextPage definition
Review-Url: https://codereview.chromium.org/2286723003
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -538,7 +538,9 @@ static_library("fpdfapi") { static_library("fpdftext") { sources = [ - "core/fpdftext/fpdf_text_int.cpp", + "core/fpdftext/cpdf_linkextract.cpp", + "core/fpdftext/cpdf_textpage.cpp", + "core/fpdftext/cpdf_textpagefind.cpp", "core/fpdftext/include/cpdf_linkextract.h", "core/fpdftext/include/cpdf_textpage.h", "core/fpdftext/include/cpdf_textpagefind.h", |