summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn12
1 files changed, 11 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index ad12068ad3..0ba2998718 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -194,6 +194,14 @@ static_library("fdrm") {
static_library("fpdfdoc") {
sources = [
+ "core/fpdfdoc/cpvt_color.cpp",
+ "core/fpdfdoc/cpvt_color.h",
+ "core/fpdfdoc/cpvt_dash.h",
+ "core/fpdfdoc/cpvt_fontmap.cpp",
+ "core/fpdfdoc/cpvt_fontmap.h",
+ "core/fpdfdoc/cpvt_generateap.cpp",
+ "core/fpdfdoc/cpvt_generateap.h",
+ "core/fpdfdoc/cpvt_provider.h",
"core/fpdfdoc/doc_action.cpp",
"core/fpdfdoc/doc_annot.cpp",
"core/fpdfdoc/doc_ap.cpp",
@@ -211,9 +219,11 @@ static_library("fpdfdoc") {
"core/fpdfdoc/doc_viewerPreferences.cpp",
"core/fpdfdoc/doc_vt.cpp",
"core/fpdfdoc/doc_vtmodule.cpp",
+ "core/fpdfdoc/include/ipdf_variabletext_provider.h",
+ "core/fpdfdoc/ipdf_variabletext_provider.cpp",
+ "core/fpdfdoc/ipvt_fontmap.h",
"core/fpdfdoc/pdf_vt.h",
"core/fpdfdoc/tagged_int.h",
- "core/include/fpdfdoc/fpdf_ap.h",
"core/include/fpdfdoc/fpdf_doc.h",
"core/include/fpdfdoc/fpdf_tagged.h",
"core/include/fpdfdoc/fpdf_vt.h",