blob: 91545ee0c3b46ec6e5568a5a03e94145d007a2b9 [file] [log] [blame]
epoger@google.com51c078b2011-05-31 19:02:37 +00001# Core Skia library code.
bsalomon@google.coma9681db2011-03-21 13:34:23 +00002{
bsalomon@google.coma9681db2011-03-21 13:34:23 +00003 'targets': [
4 {
epoger@google.com51c078b2011-05-31 19:02:37 +00005 'target_name': 'core',
borenet@google.comefb1d772012-10-10 19:45:51 +00006 'product_name': 'skia_core',
bsalomon@google.coma9681db2011-03-21 13:34:23 +00007 'type': 'static_library',
borenet@google.comefb1d772012-10-10 19:45:51 +00008 'standalone_static_library': 1,
bsalomon@google.coma9681db2011-03-21 13:34:23 +00009 'msvs_guid': 'B7760B5E-BFA8-486B-ACFD-49E3A6DE8E76',
bsalomon@google.coma9681db2011-03-21 13:34:23 +000010
reed@google.combaa5d942012-08-08 20:39:17 +000011 'includes': [
12 'core.gypi',
bsalomon@google.coma9681db2011-03-21 13:34:23 +000013 ],
reed@google.combaa5d942012-08-08 20:39:17 +000014
bsalomon@google.coma9681db2011-03-21 13:34:23 +000015 'include_dirs': [
reede3323962014-10-24 11:16:19 -070016 '../include/c',
bsalomon@google.coma9681db2011-03-21 13:34:23 +000017 '../include/config',
18 '../include/core',
caryclark@google.com45a75fb2013-04-25 13:34:40 +000019 '../include/pathops',
scroggo@google.com5af9b202012-06-04 17:17:36 +000020 '../include/pipe',
bsalomon@google.coma9681db2011-03-21 13:34:23 +000021 '../include/ports',
humper@google.com7af56be2013-01-14 18:49:19 +000022 '../include/utils',
bsalomon@google.coma9681db2011-03-21 13:34:23 +000023 '../include/xml',
halcanaryea4673f2014-08-18 08:27:09 -070024 '../include/images',
bsalomon@google.coma9681db2011-03-21 13:34:23 +000025 '../src/core',
vandebo0f9bad02014-06-19 11:05:39 -070026 '../src/sfnt',
reed@google.com97af1a62012-08-28 12:19:02 +000027 '../src/image',
mtklein887f3972014-06-17 12:08:15 -070028 '../src/opts',
29 '../src/utils',
bsalomon@google.coma9681db2011-03-21 13:34:23 +000030 ],
bsalomon@google.com202a51b2012-09-04 14:37:12 +000031 'sources': [
32 'core.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
33 ],
bsalomon@google.coma9681db2011-03-21 13:34:23 +000034 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800],
35 'conditions': [
borenet@google.com05d550e2013-06-11 15:52:19 +000036 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', {
bsalomon@google.coma9681db2011-03-21 13:34:23 +000037 'link_settings': {
38 'libraries': [
senorblanco@chromium.org7eb492e2011-03-25 17:41:34 +000039 '-lpthread',
bsalomon@google.coma9681db2011-03-21 13:34:23 +000040 ],
bsalomon@google.com91826102011-03-21 19:51:57 +000041 },
bsalomon@google.coma9681db2011-03-21 13:34:23 +000042 }],
epoger@google.com8846cb22011-07-01 20:20:07 +000043 [ 'skia_os == "mac"', {
bsalomon@google.coma9681db2011-03-21 13:34:23 +000044 'include_dirs': [
45 '../include/utils/mac',
46 ],
47 'sources': [
bsalomon@google.coma9681db2011-03-21 13:34:23 +000048 '../include/utils/mac/SkCGUtils.h',
bsalomon@google.coma9681db2011-03-21 13:34:23 +000049 ],
epoger@google.com0a030cd2011-06-02 19:52:14 +000050 'link_settings': {
51 'libraries': [
yangsu@google.comccb74ea2011-06-21 13:09:32 +000052 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
epoger@google.com0a030cd2011-06-02 19:52:14 +000053 ],
54 },
bsalomon@google.coma9681db2011-03-21 13:34:23 +000055 }],
epoger@google.comea5dfa82011-07-01 21:01:32 +000056 [ 'skia_os == "ios"', {
57 'include_dirs': [
58 '../include/utils/ios',
59 ],
60 'sources': [
epoger@google.comea5dfa82011-07-01 21:01:32 +000061 '../include/utils/mac/SkCGUtils.h',
epoger@google.comea5dfa82011-07-01 21:01:32 +000062 ],
63 'link_settings': {
64 'libraries': [
bsalomon@google.com46638222012-10-04 12:52:03 +000065 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
66 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
67 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework',
68 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
69 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
70 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
71 '$(SDKROOT)/System/Library/Frameworks/OpenGLES.framework',
72 '$(SDKROOT)/System/Library/Frameworks/ImageIO.framework',
73 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework',
epoger@google.comea5dfa82011-07-01 21:01:32 +000074 ],
75 },
76 }],
epoger@google.com8846cb22011-07-01 20:20:07 +000077 [ 'skia_os == "win"', {
bsalomon@google.coma9681db2011-03-21 13:34:23 +000078 'include_dirs': [
79 'config/win',
80 ],
senorblanco@chromium.orgc1587e02011-05-04 18:59:38 +000081 }],
djsollen@google.com52f02972013-06-03 12:10:19 +000082 [ 'skia_os == "android"', {
djsollen@google.com6a6c80c2013-08-05 13:38:28 +000083 'dependencies': [
84 'android_deps.gyp:cpu_features',
85 ],
djsollen@google.com52f02972013-06-03 12:10:19 +000086 }],
djsollen@google.com6a6c80c2013-08-05 13:38:28 +000087 [ 'skia_arch_type == "arm"', {
digit@google.comeec9dbc2012-05-30 13:54:41 +000088 # The code in SkUtilsArm.cpp can be used on an ARM-based Linux system, not only Android.
89 'sources': [
90 '../src/core/SkUtilsArm.cpp',
digit@google.comfbf31942012-08-01 15:58:41 +000091 '../src/core/SkUtilsArm.h',
digit@google.comeec9dbc2012-05-30 13:54:41 +000092 ],
93 }],
bsalomon@google.come197cbf2013-01-14 16:46:26 +000094 ['skia_gpu == 1', {
95 'include_dirs': [
bsalomon4beef912014-07-28 13:43:02 -070096 '../include/gpu',
97 '../src/gpu',
bsalomon@google.come197cbf2013-01-14 16:46:26 +000098 ],
99 }],
bsalomon@google.coma9681db2011-03-21 13:34:23 +0000100 ],
101 'direct_dependent_settings': {
102 'include_dirs': [
reede3323962014-10-24 11:16:19 -0700103 '../include/c',
bsalomon@google.coma9681db2011-03-21 13:34:23 +0000104 '../include/config',
105 '../include/core',
caryclark@google.com45a75fb2013-04-25 13:34:40 +0000106 '../include/pathops',
scroggo@google.com5af9b202012-06-04 17:17:36 +0000107 '../include/pipe',
bsalomon@google.coma9681db2011-03-21 13:34:23 +0000108 ],
borenet@google.comefb1d772012-10-10 19:45:51 +0000109 'conditions': [
110 [ 'skia_os == "mac"', {
111 'include_dirs': [
112 '../include/utils/mac',
borenet@google.comefb1d772012-10-10 19:45:51 +0000113 ],
114 }],
115 [ 'skia_os == "ios"', {
116 'include_dirs': [
117 '../include/utils/ios',
118 ],
119 }],
120 [ 'skia_os == "win"', {
121 'include_dirs': [
122 'config/win',
123 ],
124 }],
125 ],
bsalomon@google.coma9681db2011-03-21 13:34:23 +0000126 },
bsalomon@google.coma9681db2011-03-21 13:34:23 +0000127 },
bsalomon@google.coma9681db2011-03-21 13:34:23 +0000128 ],
129}