| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index ca2338f6fd5abac97b42a5cf9a3803b21ce7bb55..f603099d0f0c0b40eec12f575ca8fdf2b4f293fb 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",
|
|
|