summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-03-31 20:03:08 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-31 20:03:08 -0700
commit777b333109db7fceb5f2ca1fc521ced7f863fa18 (patch)
treef5968b42f43c90bc20af39a845718877cf80e064 /BUILD.gn
parent47ca692c8150cb39abef5737e866b91e6a105b80 (diff)
downloadpdfium-777b333109db7fceb5f2ca1fc521ced7f863fa18.tar.xz
Split core/include/fpdfdoc/fpdf_ap.h
This CL splits the fpdf_ap.h file apart into individual pieces and moves the implementations to their own CPP files. Review URL: https://codereview.chromium.org/1840413002
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",