summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-03 16:53:33 -0500
committerChromium commit bot <commit-bot@chromium.org>2018-01-04 14:47:31 +0000
commite83a915ebd3afaa897dbbf3e6cb3d2a2cb198595 (patch)
treeb9c632251a7500be1e0acfe6d18ce35003ca2785 /BUILD.gn
parent45da0f2d84c97a9856492265a1fc706d04bdfccd (diff)
downloadpdfium-e83a915ebd3afaa897dbbf3e6cb3d2a2cb198595.tar.xz
Fold CXFA_FontData into CXFA_Font
This CL removes the CXFA_FontData wrapper and puts the functionality into CXFA_Font. Change-Id: Id7e3a71106816a05843a62645f5955a70f7eaeaa Reviewed-on: https://pdfium-review.googlesource.com/22113 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index aa82d65c0b..c1b885f99f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2329,8 +2329,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/parser/cxfa_float.h",
"xfa/fxfa/parser/cxfa_font.cpp",
"xfa/fxfa/parser/cxfa_font.h",
- "xfa/fxfa/parser/cxfa_fontdata.cpp",
- "xfa/fxfa/parser/cxfa_fontdata.h",
"xfa/fxfa/parser/cxfa_fontinfo.cpp",
"xfa/fxfa/parser/cxfa_fontinfo.h",
"xfa/fxfa/parser/cxfa_form.cpp",