summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-09-06 07:31:02 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-06 07:31:02 -0700
commit155c88006a4367bb09631c3ca4983ef48e06bc62 (patch)
treebf99c0c27c0542462a64cfc98c3cea54d7e3b08e /BUILD.gn
parent921d58f43cbf0dc3f12394b80cb315d00ee0bd35 (diff)
downloadpdfium-155c88006a4367bb09631c3ca4983ef48e06bc62.tar.xz
Move CFX_Font definition to its own file and clean up
- Rename fx_ge_font.cpp to cfx_font.cpp - Deleted unused CONTRAST_RAMP_STEP in fx_ge_text.cpp - Move CFX_Font definitions and auxiliary methods in fx_ge_text to cfx_font - Remove extern "C", static, and underscore prefixes in new namespace methods in cfx_font.cpp Review-Url: https://codereview.chromium.org/2304493005
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3b6fb12212..7964a87d10 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -765,6 +765,7 @@ static_library("fxge") {
"core/fxge/ge/cfx_facecache.cpp",
"core/fxge/ge/cfx_folderfontinfo.cpp",
"core/fxge/ge/cfx_folderfontinfo.h",
+ "core/fxge/ge/cfx_font.cpp",
"core/fxge/ge/cfx_fontcache.cpp",
"core/fxge/ge/cfx_fontmapper.cpp",
"core/fxge/ge/cfx_fontmgr.cpp",
@@ -776,7 +777,6 @@ static_library("fxge") {
"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",
"core/fxge/ge/fx_ge_text.cpp",