blob: 6fbd05aefcf0d081f07d170b115e1eb2576153f8 [file] [log] [blame]
commit-bot@chromium.org9d0ecf42014-02-27 20:40:31 +00001# GYP for building gpu
epoger@google.comae85aea2011-05-31 13:50:51 +00002{
bsalomon@google.come2953132011-10-13 13:33:08 +00003 'target_defaults': {
4 'conditions': [
5 ['skia_os != "win"', {
6 'sources/': [ ['exclude', '_win.(h|cpp)$'],
7 ],
8 }],
9 ['skia_os != "mac"', {
bsalomon@google.com2b64f842012-10-02 15:25:12 +000010 'sources/': [ ['exclude', '_mac.(h|cpp|m|mm)$'],
bsalomon@google.come2953132011-10-13 13:33:08 +000011 ],
12 }],
borenet@google.com05d550e2013-06-11 15:52:19 +000013 ['skia_os != "linux" and skia_os != "chromeos"', {
bsalomon@google.come2953132011-10-13 13:33:08 +000014 'sources/': [ ['exclude', '_unix.(h|cpp)$'],
15 ],
16 }],
17 ['skia_os != "ios"', {
bsalomon@google.com2b64f842012-10-02 15:25:12 +000018 'sources/': [ ['exclude', '_iOS.(h|cpp|m|mm)$'],
bsalomon@google.come2953132011-10-13 13:33:08 +000019 ],
20 }],
21 ['skia_os != "android"', {
22 'sources/': [ ['exclude', '_android.(h|cpp)$'],
23 ],
24 }],
borenet@google.com7158e6a2012-11-01 17:43:44 +000025 ['skia_os != "nacl"', {
26 'sources/': [ ['exclude', '_nacl.(h|cpp)$'],
27 ],
28 }],
bsalomon@google.comcf8fb1f2012-08-02 14:03:32 +000029 # nullify the targets in this gyp file if skia_gpu is 0
30 [ 'skia_gpu == 0', {
31 'sources/': [
32 ['exclude', '.*'],
33 ],
34 'defines/': [
35 ['exclude', '.*'],
36 ],
37 'include_dirs/': [
38 ['exclude', '.*'],
39 ],
40 'link_settings': {
41 'libraries/': [
42 ['exclude', '.*'],
43 ],
44 },
45 'direct_dependent_settings': {
46 'defines/': [
47 ['exclude', '.*'],
48 ],
49 'include_dirs/': [
50 ['exclude', '.*'],
51 ],
52 },
53 }],
robertphillips@google.com4e5559a2013-10-30 17:04:16 +000054 [ 'skia_resource_cache_mb_limit != 0', {
djsollen@google.com42041e62012-10-29 19:24:45 +000055 'defines': [
robertphillips@google.com4e5559a2013-10-30 17:04:16 +000056 'GR_DEFAULT_RESOURCE_CACHE_MB_LIMIT=<(skia_resource_cache_mb_limit)',
57 ],
58 }],
59 [ 'skia_resource_cache_count_limit != 0', {
60 'defines': [
61 'GR_DEFAULT_RESOURCE_CACHE_COUNT_LIMIT=<(skia_resource_cache_count_limit)',
djsollen@google.com42041e62012-10-29 19:24:45 +000062 ],
63 }],
bsalomon@google.come2953132011-10-13 13:33:08 +000064 ],
65 'direct_dependent_settings': {
66 'conditions': [
bsalomon@google.come2953132011-10-13 13:33:08 +000067 [ 'skia_os == "win"', {
68 'defines': [
bsalomon@google.come2953132011-10-13 13:33:08 +000069 'GR_GL_FUNCTION_TYPE=__stdcall',
70 ],
71 }],
72 ],
73 'include_dirs': [
74 '../include/gpu',
75 ],
76 },
krajcevski5c2fca02014-06-10 17:25:28 -070077 'defines': [
78 'GR_COMPRESS_ALPHA_MASK=0',
79 ],
bsalomon@google.come2953132011-10-13 13:33:08 +000080 },
epoger@google.comae85aea2011-05-31 13:50:51 +000081 'targets': [
82 {
robertphillips@google.come63296e2013-06-18 14:43:53 +000083 'target_name': 'skgpu',
84 'product_name': 'skia_skgpu',
epoger@google.comae85aea2011-05-31 13:50:51 +000085 'type': 'static_library',
borenet@google.comefb1d772012-10-10 19:45:51 +000086 'standalone_static_library': 1,
bungeman@google.comb8f36552013-07-22 14:39:45 +000087 'dependencies': [
bungeman@google.comb8f36552013-07-22 14:39:45 +000088 'core.gyp:*',
89 'utils.gyp:*',
krajcevski9c0e6292014-06-02 07:38:14 -070090 'etc1.gyp:libetc1',
krajcevski99ffe242014-06-03 13:04:35 -070091 'ktx.gyp:libSkKTX',
bungeman@google.comb8f36552013-07-22 14:39:45 +000092 ],
bsalomon@google.com20806352012-08-23 12:55:01 +000093 'includes': [
94 'gpu.gypi',
95 ],
epoger@google.comae85aea2011-05-31 13:50:51 +000096 'include_dirs': [
bungeman@google.com899f1d82013-07-20 00:24:35 +000097 '../include/gpu',
bungeman@google.comb8f36552013-07-22 14:39:45 +000098 '../src/core',
bsalomon@google.com9c1f1ac2012-05-07 17:09:37 +000099 '../src/gpu',
epoger@google.comae85aea2011-05-31 13:50:51 +0000100 ],
101 'sources': [
robertphillips@google.come63296e2013-06-18 14:43:53 +0000102 '<@(skgpu_sources)',
103 '<@(skgpu_native_gl_sources)',
104 '<@(skgpu_angle_gl_sources)',
105 '<@(skgpu_mesa_gl_sources)',
106 '<@(skgpu_debug_gl_sources)',
107 '<@(skgpu_null_gl_sources)',
bsalomon@google.com202a51b2012-09-04 14:37:12 +0000108 'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
epoger@google.comae85aea2011-05-31 13:50:51 +0000109 ],
epoger@google.comae85aea2011-05-31 13:50:51 +0000110 'conditions': [
sugoi@google.come3453cb2013-01-07 14:26:40 +0000111 [ 'skia_stroke_path_rendering', {
112 'sources': [
113 '../experimental/StrokePathRenderer/GrStrokePathRenderer.h',
114 '../experimental/StrokePathRenderer/GrStrokePathRenderer.cpp',
115 ],
116 'defines': [
117 'GR_STROKE_PATH_RENDERING=1',
118 ],
119 }],
jvanverth@google.com74dda902013-01-09 21:04:52 +0000120 [ 'skia_android_path_rendering', {
121 'sources': [
122 '../experimental/AndroidPathRenderer/GrAndroidPathRenderer.cpp',
123 '../experimental/AndroidPathRenderer/GrAndroidPathRenderer.h',
124 '../experimental/AndroidPathRenderer/AndroidPathRenderer.cpp',
125 '../experimental/AndroidPathRenderer/AndroidPathRenderer.h',
126 '../experimental/AndroidPathRenderer/Vertex.h',
127 ],
128 'defines': [
129 'GR_ANDROID_PATH_RENDERING=1',
130 ],
131 }],
robertphillips@google.com42cc2372013-12-10 15:19:32 +0000132 [ 'skia_chrome_utils', {
133 'sources': [
134 '../experimental/ChromeUtils/SkBorder.cpp',
135 '../experimental/ChromeUtils/SkBorder.h',
136 ],
137 'defines': [
138 'GR_CHROME_UTILS=1',
139 ],
140 }],
borenet@google.com05d550e2013-06-11 15:52:19 +0000141 [ 'skia_os == "linux" or skia_os == "chromeos"', {
epoger@google.comae85aea2011-05-31 13:50:51 +0000142 'sources!': [
tomhudson@google.com40725562012-02-10 21:35:06 +0000143 '../src/gpu/gl/GrGLDefaultInterface_none.cpp',
144 '../src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
epoger@google.comae85aea2011-05-31 13:50:51 +0000145 ],
146 'link_settings': {
147 'libraries': [
148 '-lGL',
borenet@google.com7158e6a2012-11-01 17:43:44 +0000149 '-lGLU',
senorblanco@chromium.org0d923532012-11-12 20:55:02 +0000150 '-lX11',
epoger@google.comae85aea2011-05-31 13:50:51 +0000151 ],
152 },
153 }],
borenet@google.com7158e6a2012-11-01 17:43:44 +0000154 [ 'skia_os == "nacl"', {
155 'link_settings': {
156 'libraries': [
157 '-lppapi_gles2',
158 ],
159 },
160 }],
bsalomon@google.com373a6632011-10-19 20:43:20 +0000161 [ 'skia_mesa and skia_os == "linux"', {
162 'link_settings': {
163 'libraries': [
164 '-lOSMesa',
165 ],
166 },
167 }],
epoger@google.com8846cb22011-07-01 20:20:07 +0000168 [ 'skia_os == "mac"', {
epoger@google.comae85aea2011-05-31 13:50:51 +0000169 'link_settings': {
170 'libraries': [
171 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
172 ],
173 },
174 'sources!': [
tomhudson@google.com40725562012-02-10 21:35:06 +0000175 '../src/gpu/gl/GrGLDefaultInterface_none.cpp',
176 '../src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
epoger@google.comae85aea2011-05-31 13:50:51 +0000177 ],
bsalomon@google.com373a6632011-10-19 20:43:20 +0000178 }],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000179 [ 'not skia_mesa', {
180 'sources!': [
181 '../src/gpu/gl/mesa/SkMesaGLContext.cpp',
182 '../src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp',
183 ],
184 }],
bsalomon@google.com373a6632011-10-19 20:43:20 +0000185 [ 'skia_mesa and skia_os == "mac"', {
186 'link_settings': {
187 'libraries': [
bsalomon@google.com71cf3ae2013-02-04 22:17:13 +0000188 '/opt/X11/lib/libOSMesa.dylib',
bsalomon@google.com373a6632011-10-19 20:43:20 +0000189 ],
190 },
191 'include_dirs': [
bsalomon@google.com71cf3ae2013-02-04 22:17:13 +0000192 '/opt/X11/include/',
bsalomon@google.com373a6632011-10-19 20:43:20 +0000193 ],
194 }],
bsalomon@google.comcca3c8f2012-09-28 16:56:28 +0000195 [ 'skia_os in ["win", "ios"]', {
epoger@google.comae85aea2011-05-31 13:50:51 +0000196 'sources!': [
tomhudson@google.com40725562012-02-10 21:35:06 +0000197 '../src/gpu/gl/GrGLDefaultInterface_none.cpp',
198 '../src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
epoger@google.comae85aea2011-05-31 13:50:51 +0000199 ],
200 }],
commit-bot@chromium.org9d0ecf42014-02-27 20:40:31 +0000201 [ 'skia_angle', {
202 'dependencies': [
203 'angle.gyp:*',
204 ],
205 'export_dependent_settings': [
206 'angle.gyp:*',
207 ],
208 }, { # not skia_angle
robertphillips@google.com021bce92012-04-02 20:42:26 +0000209 'sources!': [
robertphillips@google.come63296e2013-06-18 14:43:53 +0000210 '<@(skgpu_angle_gl_sources)',
djsollen@google.com403b90e2013-05-03 14:00:34 +0000211 ],
robertphillips@google.com021bce92012-04-02 20:42:26 +0000212 }],
djsollen@google.com58629292011-11-03 13:08:29 +0000213 [ 'skia_os == "android"', {
214 'sources!': [
tomhudson@google.com40725562012-02-10 21:35:06 +0000215 '../src/gpu/gl/GrGLDefaultInterface_none.cpp',
216 '../src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
djsollen@google.com58629292011-11-03 13:08:29 +0000217 ],
218 'link_settings': {
219 'libraries': [
220 '-lGLESv2',
221 '-lEGL',
djsollen@google.com58629292011-11-03 13:08:29 +0000222 ],
223 },
224 }],
epoger@google.comae85aea2011-05-31 13:50:51 +0000225 ],
epoger@google.comae85aea2011-05-31 13:50:51 +0000226 },
227 ],
228}