Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: BUILD.gn

Issue 2304493005: Move CFX_Font definition to its own file (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | core/fxge/ge/cfx_font.cpp » ('j') | core/fxge/ge/cfx_font.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 44040a9251881ff7e165cab491f2e795c7e8ee10..3067d0ae35f9027c544a50cc7495ec7c2e7f7882 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -768,6 +768,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",
@@ -779,7 +780,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",
« no previous file with comments | « no previous file | core/fxge/ge/cfx_font.cpp » ('j') | core/fxge/ge/cfx_font.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698