Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 7f49b16aa77d4e9071b2a819cc73cd86e7950901..f7e316d8949f5a3aa825d5f48c0fe0d92ca4ee41 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -762,6 +762,8 @@ 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_unicodeencoding.cpp", |
+ "core/fxge/ge/cfx_unicodeencodingex.cpp", |
"core/fxge/ge/fx_ge_font.cpp", |
"core/fxge/ge/fx_ge_fontmap.cpp", |
"core/fxge/ge/fx_ge_linux.cpp", |
@@ -778,6 +780,8 @@ 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_unicodeencoding.h", |
+ "core/fxge/include/cfx_unicodeencodingex.h", |
"core/fxge/include/cfx_windowsdevice.h", |
"core/fxge/include/fx_dib.h", |
"core/fxge/include/fx_font.h", |