enable SK_FONTHOST_USES_FONTMGR for mac and win. linux fontmgr not ready

BUG=

Review URL: https://codereview.chromium.org/22406004

git-svn-id: http://skia.googlecode.com/svn/trunk@10605 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2013-08-07 15:30:09 +00:00
parent 8ba1ad3a0b
commit ebbda765e1

View File

@ -32,6 +32,7 @@
{
'defines': [
'SK_BUILD_FOR_WIN32',
'SK_FONTHOST_USES_FONTMGR',
'SK_IGNORE_STDINT_DOT_H',
'_CRT_SECURE_NO_WARNINGS',
'GR_GL_FUNCTION_TYPE=__stdcall',
@ -293,6 +294,7 @@
},
'defines': [
'SK_BUILD_FOR_MAC',
'SK_FONTHOST_USES_FONTMGR',
],
'conditions' : [
[ 'skia_arch_width == 64', {