summaryrefslogtreecommitdiff
path: root/ports.gyp
diff options
context:
space:
mode:
authorcaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-18 15:41:18 +0000
committercaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-18 15:41:18 +0000
commit7151577f077ebc425d12be4ee5c8a3a9a5ad406a (patch)
treedefc1464e78e98981a616e20cc158c38260a591a /ports.gyp
parent54d223e5c287f1c94bbfb02bc22b5873cf890e9b (diff)
downloadgyp-7151577f077ebc425d12be4ee5c8a3a9a5ad406a.tar.gz
update gyp files to build on iOS
Note that there's a hack in SkImageDecoder_CG.cpp -- the necessary defines are included directly. This is temporary until I can figure out how to include them properly. Review URL: https://codereview.appspot.com/6523044 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@5586 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'ports.gyp')
-rw-r--r--ports.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports.gyp b/ports.gyp
index 3f8140d..cc301b6 100644
--- a/ports.gyp
+++ b/ports.gyp
@@ -88,6 +88,7 @@
[ 'skia_os == "ios"', {
'include_dirs': [
'../include/utils/ios',
+ '../include/utils/mac',
],
'sources': [
'../src/ports/SkFontHost_mac_coretext.cpp',