blob: a39756be1221cf3f00388f6327a1b172d2a56d0a [file] [log] [blame]
seanpaul@google.com1134f982011-09-15 14:24:33 +00001# conditions used in both common.gypi and skia.gyp in chromium
2#
3{
chudy@google.combbad34d2012-08-13 14:26:36 +00004 'defines': [
5 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)',
reed@google.com1f1543f2012-09-12 21:08:33 +00006# 'SK_SUPPORT_HINTING_SCALE_FACTOR',
chudy@google.combbad34d2012-08-13 14:26:36 +00007 ],
seanpaul@google.com1134f982011-09-15 14:24:33 +00008 'conditions' : [
borenet@google.coma72aef82013-03-22 13:16:06 +00009 [ 'skia_gpu == 1',
bsalomon@google.comcf8fb1f2012-08-02 14:03:32 +000010 {
11 'defines': [
12 'SK_SUPPORT_GPU=1',
13 ],
14 }, {
15 'defines': [
16 'SK_SUPPORT_GPU=0',
17 ],
18 },
19 ],
zachr@google.comd6585682013-07-17 19:29:19 +000020 [ 'skia_opencl == 1',
21 {
22 'defines': [
23 'SK_SUPPORT_OPENCL=1',
24 ],
25 }, {
26 'defines': [
27 'SK_SUPPORT_OPENCL=0',
28 ],
29 },
30 ],
borenet@google.coma72aef82013-03-22 13:16:06 +000031 [ 'skia_os == "win"',
seanpaul@google.com1134f982011-09-15 14:24:33 +000032 {
33 'defines': [
34 'SK_BUILD_FOR_WIN32',
35 'SK_IGNORE_STDINT_DOT_H',
bsalomon@google.com8b5abec2011-09-28 14:32:01 +000036 '_CRT_SECURE_NO_WARNINGS',
senorblanco@chromium.org5f47a392012-07-12 00:34:39 +000037 'GR_GL_FUNCTION_TYPE=__stdcall',
seanpaul@google.com1134f982011-09-15 14:24:33 +000038 ],
39 'msvs_cygwin_shell': 0,
40 'msvs_settings': {
41 'VCCLCompilerTool': {
bsalomon@google.comb58a6392013-03-21 20:29:05 +000042 'WarningLevel': '3',
43 'ProgramDataBaseFileName': '$(OutDir)\\$(ProjectName).pdb',
seanpaul@google.com1134f982011-09-15 14:24:33 +000044 'DebugInformationFormat': '3',
bsalomon@google.comb58a6392013-03-21 20:29:05 +000045 'ExceptionHandling': '0',
46 'AdditionalOptions': [ '/MP', ],
seanpaul@google.com1134f982011-09-15 14:24:33 +000047 },
48 'VCLinkerTool': {
49 'AdditionalDependencies': [
50 'OpenGL32.lib',
51 'usp10.lib',
bungeman@google.comf51e1252013-06-05 18:35:22 +000052
53 # Prior to gyp r1584, the following were included automatically.
54 'kernel32.lib',
55 'gdi32.lib',
56 'winspool.lib',
57 'comdlg32.lib',
58 'advapi32.lib',
59 'shell32.lib',
60 'ole32.lib',
61 'oleaut32.lib',
62 'user32.lib',
63 'uuid.lib',
64 'odbc32.lib',
65 'odbccp32.lib',
bsalomon@google.combbba7842013-06-06 18:34:13 +000066 'DelayImp.lib',
seanpaul@google.com1134f982011-09-15 14:24:33 +000067 ],
68 },
69 },
70 'configurations': {
71 'Debug': {
72 'msvs_settings': {
73 'VCCLCompilerTool': {
bsalomon@google.com8b5abec2011-09-28 14:32:01 +000074 'DebugInformationFormat': '4', # editAndContiue (/ZI)
seanpaul@google.com1134f982011-09-15 14:24:33 +000075 'Optimization': '0', # optimizeDisabled (/Od)
76 'PreprocessorDefinitions': ['_DEBUG'],
77 'RuntimeLibrary': '3', # rtMultiThreadedDebugDLL (/MDd)
bsalomon@google.com8b5abec2011-09-28 14:32:01 +000078 'RuntimeTypeInfo': 'false', # /GR-
seanpaul@google.com1134f982011-09-15 14:24:33 +000079 },
80 'VCLinkerTool': {
bsalomon@google.com8b5abec2011-09-28 14:32:01 +000081 'GenerateDebugInformation': 'true', # /DEBUG
82 'LinkIncremental': '2', # /INCREMENTAL
seanpaul@google.com1134f982011-09-15 14:24:33 +000083 },
84 },
85 },
86 'Release': {
87 'msvs_settings': {
88 'VCCLCompilerTool': {
bsalomon@google.com9aabfc72012-05-31 14:12:46 +000089 'DebugInformationFormat': '3', # programDatabase (/Zi)
commit-bot@chromium.org06b38642013-06-20 20:28:54 +000090 'Optimization': '<(skia_release_optimization_level)',
bsalomon@google.comd9718692013-04-22 14:56:50 +000091 'WholeProgramOptimization': 'true', #/GL
bsalomon@google.com8b5abec2011-09-28 14:32:01 +000092 # Changing the floating point model requires rebaseling gm images
bsalomon@google.com9aabfc72012-05-31 14:12:46 +000093 #'FloatingPointModel': '2', # fast (/fp:fast)
94 'FavorSizeOrSpeed': '1', # speed (/Ot)
seanpaul@google.com1134f982011-09-15 14:24:33 +000095 'PreprocessorDefinitions': ['NDEBUG'],
bsalomon@google.com9aabfc72012-05-31 14:12:46 +000096 'RuntimeLibrary': '2', # rtMultiThreadedDLL (/MD)
bsalomon@google.com9aabfc72012-05-31 14:12:46 +000097 'EnableEnhancedInstructionSet': '2',# /arch:SSE2
98 'RuntimeTypeInfo': 'false', # /GR-
seanpaul@google.com1134f982011-09-15 14:24:33 +000099 },
100 'VCLinkerTool': {
bsalomon@google.com8b5abec2011-09-28 14:32:01 +0000101 'GenerateDebugInformation': 'true', # /DEBUG
bsalomon@google.comd9718692013-04-22 14:56:50 +0000102 'LinkTimeCodeGeneration': '1', # useLinkTimeCodeGeneration /LTCG
seanpaul@google.com1134f982011-09-15 14:24:33 +0000103 },
bungeman@google.com983297e2011-10-03 19:36:51 +0000104 'VCLibrarianTool': {
bsalomon@google.comd9718692013-04-22 14:56:50 +0000105 'LinkTimeCodeGeneration': 'true', # useLinkTimeCodeGeneration /LTCG
bungeman@google.com983297e2011-10-03 19:36:51 +0000106 },
seanpaul@google.com1134f982011-09-15 14:24:33 +0000107 },
108 },
109 },
borenet@google.comb7961192012-08-20 18:58:26 +0000110 'conditions' : [
borenet@google.coma72aef82013-03-22 13:16:06 +0000111 [ 'skia_arch_width == 64', {
bsalomon@google.com1d03ba92013-01-08 20:40:22 +0000112 'msvs_configuration_platform': 'x64',
borenet@google.coma72aef82013-03-22 13:16:06 +0000113 }],
114 [ 'skia_arch_width == 32', {
115 'msvs_configuration_platform': 'Win32',
116 }],
117 [ 'skia_warnings_as_errors', {
bsalomon@google.com1d03ba92013-01-08 20:40:22 +0000118 'msvs_settings': {
119 'VCCLCompilerTool': {
borenet@google.coma72aef82013-03-22 13:16:06 +0000120 'WarnAsError': 'true',
121 'AdditionalOptions': [
122 '/we4189', # initialized but unused var warning
123 ],
bsalomon@google.com1d03ba92013-01-08 20:40:22 +0000124 },
125 },
borenet@google.comb7961192012-08-20 18:58:26 +0000126 }],
commit-bot@chromium.org5a6c2d82013-06-14 17:10:09 +0000127 [ 'skia_win_exceptions', {
128 'msvs_settings': {
129 'VCCLCompilerTool': {
130 'AdditionalOptions': [
131 '/EHsc',
132 ],
133 },
134 },
135 }],
borenet@google.comb7961192012-08-20 18:58:26 +0000136 ],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000137 },
138 ],
139
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000140 # The following section is common to linux + derivatives and android
141 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "nacl", "chromeos", "android"]',
142 {
143 'conditions': [
144 [ 'skia_warnings_as_errors', {
145 'cflags': [
146 '-Werror',
147 ],
148 }],
149 [ 'skia_arch_type == "arm" and arm_thumb == 1', {
150 'cflags': [
151 '-mthumb',
152 ],
153 }],
154 [ 'skia_arch_type == "arm" and armv7 == 1', {
155 'variables': {
156 'arm_neon_optional%': 0,
157 },
158 'defines': [
159 '__ARM_ARCH__=7',
160 ],
161 'cflags': [
162 '-march=armv7-a',
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000163 ],
164 'conditions': [
165 [ 'arm_neon == 1', {
166 'defines': [
167 '__ARM_HAVE_NEON',
168 ],
169 'cflags': [
170 '-mfpu=neon',
171 ],
172 'ldflags': [
173 '-march=armv7-a',
174 '-Wl,--fix-cortex-a8',
175 ],
176 }],
177 [ 'arm_neon_optional == 1', {
178 'defines': [
179 '__ARM_HAVE_OPTIONAL_NEON_SUPPORT',
180 ],
181 }],
borenet@google.come2b90372013-07-11 18:46:30 +0000182 [ 'skia_os != "chromeos"', {
183 'cflags': [
184 '-mfloat-abi=softfp',
185 ],
186 }],
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000187 ],
188 }],
189 ],
190 },
191 ],
192
193
borenet@google.com05d550e2013-06-11 15:52:19 +0000194 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "nacl", "chromeos"]',
seanpaul@google.com1134f982011-09-15 14:24:33 +0000195 {
196 'defines': [
197 'SK_SAMPLES_FOR_X',
198 'SK_BUILD_FOR_UNIX',
199 ],
200 'configurations': {
201 'Debug': {
202 'cflags': ['-g']
203 },
204 'Release': {
commit-bot@chromium.org06b38642013-06-20 20:28:54 +0000205 'cflags': [
206 '-O<(skia_release_optimization_level)',
207 '-g',
208 ],
senorblanco@chromium.org7288c492012-01-19 19:59:22 +0000209 'defines': [ 'NDEBUG' ],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000210 },
211 },
bsalomon@google.comcadbcb82012-01-06 19:22:11 +0000212 'cflags': [
bsalomon@google.com31648eb2011-11-23 15:01:08 +0000213 '-Wall',
214 '-Wextra',
bsalomon@google.com31648eb2011-11-23 15:01:08 +0000215 # suppressions below here were added for clang
216 '-Wno-unused-parameter',
217 '-Wno-c++11-extensions'
218 ],
borenet@google.coma37a5172012-08-09 20:44:32 +0000219 'conditions' : [
zachr@google.com28c27c82013-06-20 17:15:05 +0000220 [ 'skia_shared_lib', {
221 'cflags': [
222 '-fPIC',
223 ],
224 'defines': [
225 'GR_DLL=1',
226 'GR_IMPLEMENTATION=1',
227 'SKIA_DLL',
228 'SKIA_IMPLEMENTATION=1',
229 ],
230 }],
borenet@google.com7158e6a2012-11-01 17:43:44 +0000231 [ 'skia_os == "nacl"', {
232 'defines': [
233 'SK_BUILD_FOR_NACL',
234 ],
235 'link_settings': {
236 'libraries': [
237 '-lppapi',
238 '-lppapi_cpp',
239 '-lnosys',
240 '-pthread',
241 ],
242 },
243 }, { # skia_os != "nacl"
244 'include_dirs' : [
245 '/usr/include/freetype2',
246 ],
247 }],
borenet@google.com05d550e2013-06-11 15:52:19 +0000248 [ 'skia_os == "chromeos"', {
249 'ldflags': [
borenet@google.com05d550e2013-06-11 15:52:19 +0000250 '-lstdc++',
251 '-lm',
252 ],
253 }, {
254 'conditions': [
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000255 [ 'skia_arch_width == 64 and skia_arch_type == "x86"', {
borenet@google.com05d550e2013-06-11 15:52:19 +0000256 'cflags': [
257 '-m64',
258 ],
259 'ldflags': [
260 '-m64',
261 ],
262 }],
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000263 [ 'skia_arch_width == 32 and skia_arch_type == "x86"', {
borenet@google.com05d550e2013-06-11 15:52:19 +0000264 'cflags': [
265 '-m32',
266 ],
267 'ldflags': [
268 '-m32',
269 ],
270 }],
271 ],
272 }],
borenet@google.com0d193092013-07-03 15:55:05 +0000273 [ 'skia_asan_build', {
274 'cflags': [
275 '-fsanitize=address',
276 '-fno-omit-frame-pointer',
277 ],
278 'ldflags': [
279 '-fsanitize=address',
280 ],
281 }],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000282 ],
283 },
284 ],
285
borenet@google.coma72aef82013-03-22 13:16:06 +0000286 [ 'skia_os == "mac"',
seanpaul@google.com1134f982011-09-15 14:24:33 +0000287 {
humper@google.com522dbd22013-02-08 21:45:33 +0000288 'variables': {
289 'mac_sdk%': '<!(python <(DEPTH)/tools/find_mac_sdk.py 10.6)',
290 },
seanpaul@google.com1134f982011-09-15 14:24:33 +0000291 'defines': [
292 'SK_BUILD_FOR_MAC',
293 ],
djsollen@google.come341cb32012-06-28 16:08:05 +0000294 'conditions' : [
borenet@google.coma72aef82013-03-22 13:16:06 +0000295 [ 'skia_arch_width == 64', {
djsollen@google.come341cb32012-06-28 16:08:05 +0000296 'xcode_settings': {
commit-bot@chromium.org5d7ca952013-04-22 20:26:44 +0000297 'ARCHS': ['x86_64'],
djsollen@google.come341cb32012-06-28 16:08:05 +0000298 },
299 }],
borenet@google.coma72aef82013-03-22 13:16:06 +0000300 [ 'skia_arch_width == 32', {
djsollen@google.come341cb32012-06-28 16:08:05 +0000301 'xcode_settings': {
commit-bot@chromium.org5d7ca952013-04-22 20:26:44 +0000302 'ARCHS': ['i386'],
borenet@google.coma72aef82013-03-22 13:16:06 +0000303 },
304 }],
305 [ 'skia_warnings_as_errors', {
306 'xcode_settings': {
humper@google.comfe0d6802013-01-07 20:28:16 +0000307 'OTHER_CPLUSPLUSFLAGS': [
308 '-Werror',
309 ],
djsollen@google.come341cb32012-06-28 16:08:05 +0000310 },
311 }],
312 ],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000313 'configurations': {
314 'Debug': {
315 'xcode_settings': {
316 'GCC_OPTIMIZATION_LEVEL': '0',
317 },
318 },
reed@google.come05cc8e2011-10-10 14:19:40 +0000319 'Release': {
320 'xcode_settings': {
commit-bot@chromium.org06b38642013-06-20 20:28:54 +0000321 'GCC_OPTIMIZATION_LEVEL': '<(skia_release_optimization_level)',
reed@google.come05cc8e2011-10-10 14:19:40 +0000322 },
senorblanco@chromium.org7288c492012-01-19 19:59:22 +0000323 'defines': [ 'NDEBUG' ],
reed@google.come05cc8e2011-10-10 14:19:40 +0000324 },
seanpaul@google.com1134f982011-09-15 14:24:33 +0000325 },
326 'xcode_settings': {
robertphillips@google.com02297652012-04-05 19:29:04 +0000327 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
humper@google.com522dbd22013-02-08 21:45:33 +0000328 'conditions': [
borenet@google.coma72aef82013-03-22 13:16:06 +0000329 [ 'skia_osx_sdkroot==""', {
humper@google.com522dbd22013-02-08 21:45:33 +0000330 'SDKROOT': 'macosx<(mac_sdk)', # -isysroot
331 }, {
332 'SDKROOT': '<(skia_osx_sdkroot)', # -isysroot
333 }],
334 ],
reed@google.com0069aa52011-11-17 15:35:47 +0000335# trying to get this to work, but it needs clang I think...
336# 'WARNING_CFLAGS': '-Wexit-time-destructors',
mike@reedtribe.orge51755f2011-12-10 19:36:56 +0000337 'CLANG_WARN_CXX0X_EXTENSIONS': 'NO',
caryclark@google.comb462a422012-06-06 12:12:28 +0000338 'GCC_WARN_64_TO_32_BIT_CONVERSION': 'YES',
339 'GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS': 'YES',
340 'GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO': 'YES',
341 'GCC_WARN_ABOUT_MISSING_NEWLINE': 'YES',
342 'GCC_WARN_ABOUT_MISSING_PROTOTYPES': 'YES',
343 'GCC_WARN_ABOUT_POINTER_SIGNEDNESS': 'YES',
344 'GCC_WARN_ABOUT_RETURN_TYPE': 'YES',
345 'GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL': 'YES',
346 'GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED': 'YES',
347 'GCC_WARN_MISSING_PARENTHESES': 'YES',
348 'GCC_WARN_PROTOTYPE_CONVERSION': 'YES',
349 'GCC_WARN_SIGN_COMPARE': 'YES',
350 'GCC_WARN_TYPECHECK_CALLS_TO_PRINTF': 'YES',
351 'GCC_WARN_UNKNOWN_PRAGMAS': 'YES',
352 'GCC_WARN_UNUSED_FUNCTION': 'YES',
353 'GCC_WARN_UNUSED_LABEL': 'YES',
354 'GCC_WARN_UNUSED_VALUE': 'YES',
355 'GCC_WARN_UNUSED_VARIABLE': 'YES',
bungeman@google.com43b4ed52012-10-02 15:42:21 +0000356 'OTHER_CPLUSPLUSFLAGS': [
357 '-mssse3',
358 '-fvisibility=hidden',
359 '-fvisibility-inlines-hidden',
360 ],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000361 },
362 },
363 ],
364
borenet@google.coma72aef82013-03-22 13:16:06 +0000365 [ 'skia_os == "ios"',
seanpaul@google.com1134f982011-09-15 14:24:33 +0000366 {
367 'defines': [
368 'SK_BUILD_FOR_IOS',
369 ],
borenet@google.coma72aef82013-03-22 13:16:06 +0000370 'conditions' : [
371 [ 'skia_warnings_as_errors', {
372 'xcode_settings': {
373 'OTHER_CPLUSPLUSFLAGS': [
374 '-Werror',
375 ],
376 },
377 }],
378 ],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000379 'configurations': {
380 'Debug': {
381 'xcode_settings': {
382 'GCC_OPTIMIZATION_LEVEL': '0',
383 },
384 },
caryclark@google.com594dd3c2012-09-24 19:33:57 +0000385 'Release': {
386 'xcode_settings': {
commit-bot@chromium.org06b38642013-06-20 20:28:54 +0000387 'GCC_OPTIMIZATION_LEVEL': '<(skia_release_optimization_level)',
caryclark@google.com594dd3c2012-09-24 19:33:57 +0000388 },
389 'defines': [ 'NDEBUG' ],
390 },
seanpaul@google.com1134f982011-09-15 14:24:33 +0000391 },
392 'xcode_settings': {
commit-bot@chromium.org5d7ca952013-04-22 20:26:44 +0000393 'ARCHS': ['armv6', 'armv7'],
caryclark@google.com867cbd82012-09-20 15:45:41 +0000394 'CODE_SIGNING_REQUIRED': 'NO',
395 'CODE_SIGN_IDENTITY[sdk=iphoneos*]': '',
caryclark@google.com594dd3c2012-09-24 19:33:57 +0000396 'IPHONEOS_DEPLOYMENT_TARGET': '<(ios_sdk_version)',
caryclark@google.com867cbd82012-09-20 15:45:41 +0000397 'SDKROOT': 'iphoneos',
caryclark@google.com594dd3c2012-09-24 19:33:57 +0000398 'TARGETED_DEVICE_FAMILY': '1,2',
borenet@google.coma72aef82013-03-22 13:16:06 +0000399 'OTHER_CPLUSPLUSFLAGS': [
400 '-fvisibility=hidden',
401 '-fvisibility-inlines-hidden',
402 ],
bsalomon@google.com89dec582012-09-28 18:33:11 +0000403 'GCC_THUMB_SUPPORT': 'NO',
seanpaul@google.com1134f982011-09-15 14:24:33 +0000404 },
405 },
406 ],
chudy@google.combbad34d2012-08-13 14:26:36 +0000407
borenet@google.coma72aef82013-03-22 13:16:06 +0000408 [ 'skia_os == "android"',
djsollen@google.com58629292011-11-03 13:08:29 +0000409 {
410 'defines': [
djsollen@google.com58629292011-11-03 13:08:29 +0000411 'SK_BUILD_FOR_ANDROID',
djsollen@google.com58629292011-11-03 13:08:29 +0000412 ],
413 'configurations': {
414 'Debug': {
415 'cflags': ['-g']
416 },
417 'Release': {
djsollen@google.combde506c2013-04-04 19:42:51 +0000418 'cflags': ['-O2'],
senorblanco@chromium.org7288c492012-01-19 19:59:22 +0000419 'defines': [ 'NDEBUG' ],
djsollen@google.com58629292011-11-03 13:08:29 +0000420 },
421 },
422 'libraries': [
423 '-lstdc++',
424 '-lm',
djsollen@google.com318cf922011-11-08 19:03:43 +0000425 '-llog',
djsollen@google.com58629292011-11-03 13:08:29 +0000426 ],
djsollen@google.com44360bc2011-12-05 13:55:55 +0000427 'cflags': [
djsollen@google.comefbe8e92013-02-07 18:58:35 +0000428 '-Wall',
djsollen@google.com44360bc2011-12-05 13:55:55 +0000429 '-fno-exceptions',
djsollen@google.comefbe8e92013-02-07 18:58:35 +0000430 '-fstrict-aliasing',
borenet@google.comde9ac142012-07-25 15:17:03 +0000431 '-fuse-ld=gold',
djsollen@google.com44360bc2011-12-05 13:55:55 +0000432 ],
reed@google.come52d2912013-05-15 20:01:07 +0000433 'cflags_cc': [
434 '-fno-rtti',
435 ],
djsollen@google.com58629292011-11-03 13:08:29 +0000436 'conditions': [
djsollen@google.com52f02972013-06-03 12:10:19 +0000437 [ 'skia_shared_lib', {
438 'cflags': [
439 '-fPIC',
440 ],
441 'defines': [
442 'GR_DLL=1',
443 'GR_IMPLEMENTATION=1',
444 'SKIA_DLL',
445 'SKIA_IMPLEMENTATION=1',
446 ],
447 }],
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000448 [ 'skia_profile_enabled == 1', {
449 'cflags': ['-g', '-fno-omit-frame-pointer', '-marm', '-mapcs'],
djsollen@google.com3839ca12011-11-03 17:31:41 +0000450 }],
chudy@google.combbad34d2012-08-13 14:26:36 +0000451 ],
djsollen@google.com58629292011-11-03 13:08:29 +0000452 },
453 ],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000454
digit@google.com1771cbf2012-01-26 21:26:40 +0000455 # We can POD-style initialization of static mutexes to avoid generating
456 # static initializers if we're using a pthread-compatible thread interface.
457 [ 'skia_os != "win"', {
458 'defines': [
borenet@google.com7158e6a2012-11-01 17:43:44 +0000459 'SK_USE_POSIX_THREADS',
digit@google.com1771cbf2012-01-26 21:26:40 +0000460 ],
461 }],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000462 ], # end 'conditions'
caryclark@google.com4588ce82012-09-26 15:48:43 +0000463 # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details
464 'xcode_settings': {
465 'SYMROOT': '<(DEPTH)/xcodebuild',
466 },
seanpaul@google.com1134f982011-09-15 14:24:33 +0000467}
468
469# Local Variables:
470# tab-width:2
471# indent-tabs-mode:nil
472# End:
473# vim: set expandtab tabstop=2 shiftwidth=2: