summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-08-29 09:35:12 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-29 09:35:12 -0700
commit81ee14da357bb8bb141930d96e07a46f6d472720 (patch)
treebb3d188137887b563ea111d090fbd0f05ed7f5a5 /BUILD.gn
parent5283e674fecf3732d89a8f7f144545af2301ccec (diff)
downloadpdfium-81ee14da357bb8bb141930d96e07a46f6d472720.tar.xz
Move CFX_SubstFont and CTTFontDesc into their own files
Review-Url: https://codereview.chromium.org/2292503002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c898f4d413..982c57a179 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -769,7 +769,10 @@ static_library("fxge") {
"core/fxge/ge/cfx_graphstatedata.cpp",
"core/fxge/ge/cfx_pathdata.cpp",
"core/fxge/ge/cfx_renderdevice.cpp",
+ "core/fxge/ge/cfx_substfont.cpp",
"core/fxge/ge/cfx_unicodeencoding.cpp",
+ "core/fxge/ge/cttfontdesc.cpp",
+ "core/fxge/ge/cttfontdesc.h",
"core/fxge/ge/fx_ge_font.cpp",
"core/fxge/ge/fx_ge_fontmap.cpp",
"core/fxge/ge/fx_ge_linux.cpp",
@@ -787,6 +790,7 @@ static_library("fxge") {
"core/fxge/include/cfx_graphstatedata.h",
"core/fxge/include/cfx_pathdata.h",
"core/fxge/include/cfx_renderdevice.h",
+ "core/fxge/include/cfx_substfont.h",
"core/fxge/include/cfx_unicodeencoding.h",
"core/fxge/include/cfx_windowsdevice.h",
"core/fxge/include/fx_dib.h",