| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index f603099d0f0c0b40eec12f575ca8fdf2b4f293fb..5b4641cd36573a7a736ffcb2910fcd3fae0fd666 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -765,7 +765,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",
|
| @@ -783,6 +786,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",
|
|
|