| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 916ba2560feafb85b6e485dd269dd4949913361d..afedfd24aa904a01187567262dafe2b8cf9de218 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -223,6 +223,7 @@ static_library("fpdfdoc") {
|
| "core/fpdfdoc/doc_utils.h",
|
| "core/fpdfdoc/doc_viewerPreferences.cpp",
|
| "core/fpdfdoc/doc_vt.cpp",
|
| + "core/fpdfdoc/doc_vt.h",
|
| "core/fpdfdoc/include/cpdf_variabletext.h",
|
| "core/fpdfdoc/include/cpvt_line.h",
|
| "core/fpdfdoc/include/cpvt_secprops.h",
|
| @@ -234,7 +235,6 @@ static_library("fpdfdoc") {
|
| "core/fpdfdoc/include/fpdf_doc.h",
|
| "core/fpdfdoc/include/fpdf_tagged.h",
|
| "core/fpdfdoc/ipvt_fontmap.h",
|
| - "core/fpdfdoc/pdf_vt.h",
|
| "core/fpdfdoc/tagged_int.h",
|
| ]
|
| configs += [ ":pdfium_config" ]
|
|
|