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

Unified Diff: skia/BUILD.gn

Issue 2618443002: Remove use of legacy SkFontMgr factories. (Closed)
Patch Set: Another include. Created 3 years, 11 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 693180f72da16b5a99b70619d78c944473580fc2..39178aa21a87e27455f3bfb6377764ce26ec13c4 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -41,10 +41,7 @@ config("skia_config") {
"//third_party/skia/include/utils",
]
- defines = [
- "SK_IGNORE_DW_GRAY_FIX",
- "SK_LEGACY_FONTMGR_FACTORY",
- ]
+ defines = [ "SK_IGNORE_DW_GRAY_FIX" ]
defines += skia_for_chromium_defines
defines += []

Powered by Google App Engine
This is Rietveld 408576698