aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/core.gyp
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-01 21:01:32 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-01 21:01:32 +0000
commitea5dfa87b2c2d043bbfefd3f697352c69b6fcd1e (patch)
treee977b409b9acc0dcd2457bc8ba9f563306882504 /gyp/core.gyp
parent8bcc6f47b0d5985f139b6f6dbdc166cf2f4b7c61 (diff)
merge of SkiOSSampleApp into SampleApp, still a work in progress
Diffstat (limited to 'gyp/core.gyp')
-rw-r--r--gyp/core.gyp26
1 files changed, 26 insertions, 0 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 51d30665f9..55819c4721 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -296,6 +296,32 @@
],
},
}],
+ [ 'skia_os == "ios"', {
+ 'include_dirs': [
+ '../include/utils/ios',
+ ],
+ 'sources': [
+ '../include/core/SkMMapStream.h',
+ '../include/utils/mac/SkCGUtils.h',
+
+ '../src/core/SkMMapStream.cpp',
+ '../src/ports/SkFontHost_mac_coretext.cpp',
+
+ '../src/ports/SkThread_pthread.cpp',
+ '../src/ports/SkTime_Unix.cpp',
+ ],
+ 'link_settings': {
+ 'libraries': [
+ '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/System/Library/Frameworks/CoreFoundation.framework',
+ '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/System/Library/Frameworks/CoreGraphics.framework',
+ '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/System/Library/Frameworks/CoreText.framework',
+ '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/System/Library/Frameworks/UIKit.framework',
+ '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/System/Library/Frameworks/Foundation.framework',
+ '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/System/Library/Frameworks/QuartzCore.framework',
+ '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/System/Library/Frameworks/OpenGLES.framework',
+ ],
+ },
+ }],
[ 'skia_os == "win"', {
'include_dirs': [
'config/win',