diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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", |