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

Unified Diff: gyp/ports.gyp

Issue 2346333002: Split SkFontConfigInterface globals and factory. (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
Index: gyp/ports.gyp
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index c0318fc106959b38fc752e48995a523a6b05c3fd..3f537f7884c1907587a3611b697ad0c409fc940c 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -70,6 +70,7 @@
'../include/ports/SkFontMgr_android.h',
'../include/ports/SkFontMgr_custom.h',
'../include/ports/SkFontMgr_fontconfig.h',
+ '../include/ports/SkFontMgr_FontConfigInterface.h',
'../include/ports/SkFontMgr_indirect.h',
'../include/ports/SkRemotableFontMgr.h',
],
@@ -139,6 +140,7 @@
},
'sources': [
'../src/ports/SkFontMgr_fontconfig.cpp',
+ '../src/ports/SkFontConfigInterface.cpp',
'../src/ports/SkFontConfigInterface_direct.cpp',
'../src/ports/SkFontConfigInterface_direct_factory.cpp',
],

Powered by Google App Engine
This is Rietveld 408576698