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

Unified Diff: BUILD.gn

Issue 2202733002: GN: use the correct fontconfig font mugger. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: for real Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 8bf9d668cb664aef8f03b74701cabd92a6948cab..a310e33b8d45608ae0a3f3aaa0f1a3228c607231 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -257,12 +257,12 @@ component("skia") {
"third_party:freetype2",
]
sources += [
- "src/fonts/SkFontMgr_fontconfig.cpp",
bungeman-skia 2016/08/01 20:03:17 If this build file is designed for building and te
mtklein 2016/08/01 20:05:55 Nah, quite the opposite. For now I don't want any
"src/ports/SkFontConfigInterface_direct.cpp",
"src/ports/SkFontConfigInterface_direct_factory.cpp",
"src/ports/SkFontHost_FreeType.cpp",
"src/ports/SkFontHost_FreeType_common.cpp",
- "src/ports/SkFontHost_fontconfig.cpp",
bungeman-skia 2016/08/01 20:03:17 This file should actually be named SkFontMgr_FCI_f
+ "src/ports/SkFontMgr_fontconfig.cpp",
+ "src/ports/SkFontMgr_fontconfig_factory.cpp",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698