summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index ca2338f6fd..f603099d0f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",