| Index: BUILD.gn
 | 
| diff --git a/BUILD.gn b/BUILD.gn
 | 
| index 87ee80f182f4eed6348d64a26a91d7e705acc1d6..3ead13c8498f89b6385b49d94b01c6a0df96e960 100644
 | 
| --- a/BUILD.gn
 | 
| +++ b/BUILD.gn
 | 
| @@ -735,25 +735,27 @@ static_library("fxge") {
 | 
|      "core/fxge/ge/cfx_fontmapper.cpp",
 | 
|      "core/fxge/ge/cfx_fontmgr.cpp",
 | 
|      "core/fxge/ge/cfx_gemodule.cpp",
 | 
| +    "core/fxge/ge/cfx_graphstatedata.cpp",
 | 
|      "core/fxge/ge/cfx_pathdata.cpp",
 | 
| -    "core/fxge/ge/fx_ge_device.cpp",
 | 
| +    "core/fxge/ge/cfx_renderdevice.cpp",
 | 
|      "core/fxge/ge/fx_ge_font.cpp",
 | 
|      "core/fxge/ge/fx_ge_fontmap.cpp",
 | 
|      "core/fxge/ge/fx_ge_linux.cpp",
 | 
| -    "core/fxge/ge/fx_ge_path.cpp",
 | 
|      "core/fxge/ge/fx_ge_text.cpp",
 | 
|      "core/fxge/ge/fx_text_int.h",
 | 
|      "core/fxge/ge/include/cfx_fontmapper.h",
 | 
|      "core/fxge/ge/include/cfx_fontmgr.h",
 | 
|      "core/fxge/ge/include/ifx_systemfontinfo.h",
 | 
|      "core/fxge/ifx_renderdevicedriver.cpp",
 | 
| +    "core/fxge/include/cfx_fxgedevice.h",
 | 
|      "core/fxge/include/cfx_gemodule.h",
 | 
| +    "core/fxge/include/cfx_graphstatedata.h",
 | 
|      "core/fxge/include/cfx_pathdata.h",
 | 
| +    "core/fxge/include/cfx_renderdevice.h",
 | 
|      "core/fxge/include/cfx_windowsdevice.h",
 | 
|      "core/fxge/include/fx_dib.h",
 | 
|      "core/fxge/include/fx_font.h",
 | 
|      "core/fxge/include/fx_freetype.h",
 | 
| -    "core/fxge/include/fx_ge.h",
 | 
|      "core/fxge/include/ifx_renderdevicedriver.h",
 | 
|      "core/fxge/win32/cfx_windowsdib.h",
 | 
|    ]
 | 
| 
 |