summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-08-04 17:22:14 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-04 17:22:14 -0700
commit26b86e625a2c9e0f4e6a01047fef051ffa81e40a (patch)
tree7960c029a579a3f40572cd6685b2d2851c9cf668 /BUILD.gn
parentff74356915d4c7f7c6eb16de1e9f403da4ecb6d5 (diff)
downloadpdfium-26b86e625a2c9e0f4e6a01047fef051ffa81e40a.tar.xz
Move CFX_GEModule into its own file
This is the first CL in an attempt to split up the classes in fxge/include/fx_ge.h into their own files. Review-Url: https://codereview.chromium.org/2217663002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 82850cc5f3..ddbf41f422 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -732,7 +732,7 @@ static_library("fxge") {
"core/fxge/ge/cfx_folderfontinfo.h",
"core/fxge/ge/cfx_fontmapper.cpp",
"core/fxge/ge/cfx_fontmgr.cpp",
- "core/fxge/ge/fx_ge.cpp",
+ "core/fxge/ge/cfx_gemodule.cpp",
"core/fxge/ge/fx_ge_device.cpp",
"core/fxge/ge/fx_ge_font.cpp",
"core/fxge/ge/fx_ge_fontmap.cpp",
@@ -744,6 +744,7 @@ static_library("fxge") {
"core/fxge/ge/include/cfx_fontmgr.h",
"core/fxge/ge/include/ifx_systemfontinfo.h",
"core/fxge/ifx_renderdevicedriver.cpp",
+ "core/fxge/include/cfx_gemodule.h",
"core/fxge/include/cfx_windowsdevice.h",
"core/fxge/include/fx_dib.h",
"core/fxge/include/fx_font.h",