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

Unified Diff: gyp/ports.gyp

Issue 1189753007: Move FontConfig factory into separate file. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add to ignored header list. Created 5 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
« no previous file with comments | « no previous file | gyp/tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/ports.gyp
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index f3a3faf68e14fbf99e9a89755b5117c2140f38e7..954199f14fb1e3a7840dbcf220056464d51e9487 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -34,6 +34,7 @@
'../src/ports/SkFontHost_win.cpp',
'../src/ports/SkFontMgr_custom_directory_factory.cpp',
'../src/ports/SkFontMgr_custom_embedded_factory.cpp',
+ '../src/ports/SkFontMgr_fontconfig_factory.cpp',
'../src/ports/SkFontMgr_win_dw.cpp',
'../src/ports/SkFontMgr_win_dw_factory.cpp',
'../src/ports/SkFontMgr_win_gdi_factory.cpp',
@@ -54,9 +55,16 @@
'../src/ports/SkTLS_pthread.cpp',
'../src/ports/SkTLS_win.cpp',
+ '../include/ports/SkAtomics_atomic.h',
+ '../include/ports/SkAtomics_std.h',
+ '../include/ports/SkAtomics_sync.h',
'../include/ports/SkFontConfigInterface.h',
'../include/ports/SkFontMgr.h',
+ '../include/ports/SkFontMgr_custom.h',
+ '../include/ports/SkFontMgr_fontconfig.h',
'../include/ports/SkFontMgr_indirect.h',
+ '../include/ports/SkMutex_pthread.h',
+ '../include/ports/SkMutex_win.h',
'../include/ports/SkRemotableFontMgr.h',
],
'sources/': [
@@ -135,6 +143,7 @@
'../src/ports/SkFontHost_fontconfig.cpp',
'../src/ports/SkFontConfigInterface_direct.cpp',
],
+ 'sources/': [['include', '../src/ports/SkFontMgr_fontconfig_factory.cpp']],
}]
],
}],
« no previous file with comments | « no previous file | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698