diff options
author | npm <npm@chromium.org> | 2016-09-06 07:31:02 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-06 07:31:02 -0700 |
commit | 155c88006a4367bb09631c3ca4983ef48e06bc62 (patch) | |
tree | bf99c0c27c0542462a64cfc98c3cea54d7e3b08e /BUILD.gn | |
parent | 921d58f43cbf0dc3f12394b80cb315d00ee0bd35 (diff) | |
download | pdfium-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.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |