summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-07 15:30:09 +0000
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-07 15:30:09 +0000
commit37e93761eca3fa497d8cd4201c649938f23682be (patch)
treee177990aed7f73ef5e041c330cd1bb6f91c1731c
parentdccf47acbdb65e21ed989fa3f45e638caffa6ce6 (diff)
downloadgyp-37e93761eca3fa497d8cd4201c649938f23682be.tar.gz
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/gyp@10605 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--common_conditions.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/common_conditions.gypi b/common_conditions.gypi
index c9d24ae..e046b13 100644
--- a/common_conditions.gypi
+++ b/common_conditions.gypi
@@ -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', {