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

Unified Diff: skia/BUILD.gn

Issue 344653002: Customize SkFontMgr::Factory to control DirectWrite vs. GDI selection (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gn Created 6 years, 6 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
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 7f9f974e394add50ff972afadcbf49aeb5c00b93..c6890d2b4dff55bd9ec40d1c6c0675af8ff40c5a 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -260,6 +260,8 @@ component("skia") {
"ext/convolver.h",
"ext/event_tracer_impl.cc",
"ext/event_tracer_impl.h",
+ "ext/fontmgr_default_win.cc",
+ "ext/fontmgr_default_win.h",
"ext/google_logging.cc",
"ext/image_operations.cc",
"ext/image_operations.h",
@@ -425,7 +427,6 @@ component("skia") {
} else {
sources -= [
"//third_party/skia/src/ports/SkFontHost_win.cpp",
- "//third_party/skia/src/ports/SkFontMgr_default_gdi.cpp",
"//third_party/skia/src/ports/SkFontMgr_win_dw.cpp",
"//third_party/skia/src/ports/SkOSFile_win.cpp",
"//third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp",

Powered by Google App Engine
This is Rietveld 408576698