add vertical-text bit to paint (not supported yet)
check-point for using freetype on mac (not enabled yet)
git-svn-id: http://skia.googlecode.com/svn/trunk@2657 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 00db957..ca07529 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -283,6 +283,7 @@
[ 'skia_os == "mac"', {
'include_dirs': [
'../include/utils/mac',
+ '../third_party/freetype/include/**',
],
'sources': [
'../include/core/SkMMapStream.h',
@@ -290,7 +291,9 @@
'../src/core/SkMMapStream.cpp',
'../src/ports/SkFontHost_mac_coretext.cpp',
-
+# '../src/ports/SkFontHost_FreeType.cpp',
+# '../src/ports/SkFontHost_freetype_mac.cpp',
+# '../src/ports/SkFontHost_gamma_none.cpp',
'../src/ports/SkThread_pthread.cpp',
],
'link_settings': {