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

Unified Diff: gyp/ports.gyp

Issue 1190993002: Move Android SkFontMgr::Factory to its own file. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | include/ports/SkFontMgr_android.h » ('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 954199f14fb1e3a7840dbcf220056464d51e9487..be47bc08cc264d658ef5c06c68b858f1b0f8c261 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -32,6 +32,7 @@
'../src/fonts/SkFontMgr_indirect.cpp',
'../src/fonts/SkRemotableFontMgr.cpp',
'../src/ports/SkFontHost_win.cpp',
+ '../src/ports/SkFontMgr_android_factory.cpp',
'../src/ports/SkFontMgr_custom_directory_factory.cpp',
'../src/ports/SkFontMgr_custom_embedded_factory.cpp',
'../src/ports/SkFontMgr_fontconfig_factory.cpp',
@@ -60,6 +61,7 @@
'../include/ports/SkAtomics_sync.h',
'../include/ports/SkFontConfigInterface.h',
'../include/ports/SkFontMgr.h',
+ '../include/ports/SkFontMgr_android.h',
'../include/ports/SkFontMgr_custom.h',
'../include/ports/SkFontMgr_fontconfig.h',
'../include/ports/SkFontMgr_indirect.h',
@@ -215,6 +217,7 @@
'../src/ports/SkFontConfigParser_android.cpp',
'../src/ports/SkFontMgr_android.cpp',
],
+ 'sources/': [['include', '../src/ports/SkFontMgr_android_factory.cpp']],
'dependencies': [
'android_deps.gyp:expat',
],
« no previous file with comments | « no previous file | include/ports/SkFontMgr_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698