summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-11-11 17:16:23 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-11 17:16:23 -0800
commit8f3eb6051c0465923d6694bd0f0b6dc5bb51cbe3 (patch)
treedf8f721cdf86d0c0cd3a0780bb55ac9a7a58f4f1 /BUILD.gn
parentc40697b24550182898b30de639790eaf82ebf158 (diff)
downloadpdfium-8f3eb6051c0465923d6694bd0f0b6dc5bb51cbe3.tar.xz
Remove IFGAS_FontMgr and clean up (the renamed) CFGAS_FontMgr a little.
IFGAS_FontMgr is an interface only for a class only defined on Windows, plus a class only defined for non-Windows. I'm removing the interface, renaming the class to have the same name in both cases, and cleaning up a bit of unused methods. Review-Url: https://codereview.chromium.org/2494883002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 2 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 322c319ef4..c83854e2c1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1145,13 +1145,12 @@ if (pdf_enable_xfa) {
"xfa/fgas/crt/fgas_stream.h",
"xfa/fgas/crt/fgas_utils.cpp",
"xfa/fgas/crt/fgas_utils.h",
- "xfa/fgas/font/fgas_font.h",
+ "xfa/fgas/font/cfgas_fontmgr.cpp",
+ "xfa/fgas/font/cfgas_fontmgr.h",
"xfa/fgas/font/fgas_fontutils.cpp",
"xfa/fgas/font/fgas_fontutils.h",
"xfa/fgas/font/fgas_gefont.cpp",
"xfa/fgas/font/fgas_gefont.h",
- "xfa/fgas/font/fgas_stdfontmgr.cpp",
- "xfa/fgas/font/fgas_stdfontmgr.h",
"xfa/fgas/layout/fgas_linebreak.cpp",
"xfa/fgas/layout/fgas_linebreak.h",
"xfa/fgas/layout/fgas_rtfbreak.cpp",