blob: dcb0ea8d0a749d48e3a57c7b553db829e7a7ce00 [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)',
mtklein@google.comdad70702013-11-20 18:06:10 +00006 'SK_SUPPORT_GPU=<(skia_gpu)',
7 'SK_SUPPORT_OPENCL=<(skia_opencl)',
jvanverth4736e142014-11-07 07:12:46 -08008 'SK_FORCE_DISTANCE_FIELD_TEXT=<(skia_force_distance_field_text)',
chudy@google.combbad34d2012-08-13 14:26:36 +00009 ],
seanpaul@google.com1134f982011-09-15 14:24:33 +000010 'conditions' : [
scroggoc0bc9132014-07-22 12:09:30 -070011 ['skia_pic', {
12 'cflags': [
13 '-fPIC',
14 ],
15 'conditions' : [
16 # FIXME: The reason we don't do this on Android is due to the way
17 # we build the executables/skia_launcher on Android. See
18 # https://codereview.chromium.org/406613003/diff/1/gyp/common_conditions.gypi#newcode455
19 ['skia_os != "android"', {
20 'target_conditions': [
21 [ '_type == "executable"', {
22 'cflags': [ '-fPIE' ],
23 'ldflags': [ '-pie' ],
24 }],
25 ],
26 }],
27 ],
28 }],
commit-bot@chromium.org6f2d4d42014-04-02 15:03:56 +000029
commit-bot@chromium.org6a106ce2014-05-20 19:02:55 +000030 # As of M35, Chrome requires SSE2 on x86 (and SSSE3 on Mac).
31 [ 'skia_arch_type == "x86"', {
32 'cflags': [
33 '-msse2',
34 '-mfpmath=sse',
35 ],
36 }],
37
borenet@google.coma72aef82013-03-22 13:16:06 +000038 [ 'skia_os == "win"',
seanpaul@google.com1134f982011-09-15 14:24:33 +000039 {
40 'defines': [
41 'SK_BUILD_FOR_WIN32',
bsalomon@google.com8b5abec2011-09-28 14:32:01 +000042 '_CRT_SECURE_NO_WARNINGS',
senorblanco@chromium.org5f47a392012-07-12 00:34:39 +000043 'GR_GL_FUNCTION_TYPE=__stdcall',
seanpaul@google.com1134f982011-09-15 14:24:33 +000044 ],
commit-bot@chromium.org50ca12b2014-05-07 19:56:27 +000045 'msvs_disabled_warnings': [
bungemanf5484442014-09-10 07:49:05 -070046 4275, # An exported class was derived from a class that was not exported
47 4345, # This is an FYI about a behavior change from long ago. Chrome stifles it too.
48 4355, # 'this' used in base member initializer list. Off by default in newer compilers.
commit-bot@chromium.org50ca12b2014-05-07 19:56:27 +000049 ],
seanpaul@google.com1134f982011-09-15 14:24:33 +000050 'msvs_cygwin_shell': 0,
51 'msvs_settings': {
52 'VCCLCompilerTool': {
bsalomon@google.comb58a6392013-03-21 20:29:05 +000053 'WarningLevel': '3',
54 'ProgramDataBaseFileName': '$(OutDir)\\$(ProjectName).pdb',
seanpaul@google.com1134f982011-09-15 14:24:33 +000055 'DebugInformationFormat': '3',
bsalomon@google.comb58a6392013-03-21 20:29:05 +000056 'ExceptionHandling': '0',
57 'AdditionalOptions': [ '/MP', ],
seanpaul@google.com1134f982011-09-15 14:24:33 +000058 },
59 'VCLinkerTool': {
commit-bot@chromium.org4521add2014-04-30 20:47:22 +000060 'LargeAddressAware': 2, # 2 means "Yes, please let me use more RAM on 32-bit builds."
seanpaul@google.com1134f982011-09-15 14:24:33 +000061 'AdditionalDependencies': [
62 'OpenGL32.lib',
63 'usp10.lib',
bungeman@google.comf51e1252013-06-05 18:35:22 +000064
65 # Prior to gyp r1584, the following were included automatically.
66 'kernel32.lib',
67 'gdi32.lib',
68 'winspool.lib',
69 'comdlg32.lib',
70 'advapi32.lib',
71 'shell32.lib',
72 'ole32.lib',
73 'oleaut32.lib',
74 'user32.lib',
75 'uuid.lib',
76 'odbc32.lib',
77 'odbccp32.lib',
bsalomon@google.combbba7842013-06-06 18:34:13 +000078 'DelayImp.lib',
seanpaul@google.com1134f982011-09-15 14:24:33 +000079 ],
80 },
81 },
82 'configurations': {
83 'Debug': {
84 'msvs_settings': {
85 'VCCLCompilerTool': {
bsalomon@google.com8b5abec2011-09-28 14:32:01 +000086 'DebugInformationFormat': '4', # editAndContiue (/ZI)
seanpaul@google.com1134f982011-09-15 14:24:33 +000087 'Optimization': '0', # optimizeDisabled (/Od)
88 'PreprocessorDefinitions': ['_DEBUG'],
89 'RuntimeLibrary': '3', # rtMultiThreadedDebugDLL (/MDd)
bsalomon@google.com8b5abec2011-09-28 14:32:01 +000090 'RuntimeTypeInfo': 'false', # /GR-
seanpaul@google.com1134f982011-09-15 14:24:33 +000091 },
92 'VCLinkerTool': {
bsalomon@google.com8b5abec2011-09-28 14:32:01 +000093 'GenerateDebugInformation': 'true', # /DEBUG
94 'LinkIncremental': '2', # /INCREMENTAL
seanpaul@google.com1134f982011-09-15 14:24:33 +000095 },
96 },
97 },
98 'Release': {
99 'msvs_settings': {
100 'VCCLCompilerTool': {
bsalomon@google.com9aabfc72012-05-31 14:12:46 +0000101 'DebugInformationFormat': '3', # programDatabase (/Zi)
commit-bot@chromium.org06b38642013-06-20 20:28:54 +0000102 'Optimization': '<(skia_release_optimization_level)',
bsalomon@google.com8b5abec2011-09-28 14:32:01 +0000103 # Changing the floating point model requires rebaseling gm images
bsalomon@google.com9aabfc72012-05-31 14:12:46 +0000104 #'FloatingPointModel': '2', # fast (/fp:fast)
105 'FavorSizeOrSpeed': '1', # speed (/Ot)
seanpaul@google.com1134f982011-09-15 14:24:33 +0000106 'PreprocessorDefinitions': ['NDEBUG'],
bsalomon@google.com9aabfc72012-05-31 14:12:46 +0000107 'RuntimeLibrary': '2', # rtMultiThreadedDLL (/MD)
bsalomon@google.com9aabfc72012-05-31 14:12:46 +0000108 'EnableEnhancedInstructionSet': '2',# /arch:SSE2
109 'RuntimeTypeInfo': 'false', # /GR-
seanpaul@google.com1134f982011-09-15 14:24:33 +0000110 },
111 'VCLinkerTool': {
bsalomon@google.com8b5abec2011-09-28 14:32:01 +0000112 'GenerateDebugInformation': 'true', # /DEBUG
bungeman@google.com983297e2011-10-03 19:36:51 +0000113 },
seanpaul@google.com1134f982011-09-15 14:24:33 +0000114 },
115 },
commit-bot@chromium.orgd10ec402014-04-22 20:05:35 +0000116 },
117 'conditions' : [
epoger@google.com58d69d82014-04-01 07:02:41 +0000118 # Gyp's ninja generator depends on these specially named
119 # configurations to build 64-bit on Windows.
120 # See http://skbug.com/2348
121 #
122 # We handle the 64- vs 32-bit variations elsewhere, so I think it's
123 # OK for us to just make these inherit non-archwidth-specific
124 # configurations without modification.
commit-bot@chromium.orgd10ec402014-04-22 20:05:35 +0000125 #
126 # See http://skbug.com/2442 : These targets cause problems in the
127 # MSVS build, so only include them if gyp is generating a ninja build.
128 [ '"ninja" in "<!(echo %GYP_GENERATORS%)"', {
129 'configurations': {
130 'Debug_x64': {
131 'inherit_from': ['Debug'],
bsalomon6740feb2014-11-13 13:47:06 -0800132 'msvs_settings': {
133 'VCCLCompilerTool': {
134 # /ZI is not supported on 64bit
135 'DebugInformationFormat': '3', # programDatabase (/Zi)
136 },
137 },
commit-bot@chromium.orgd10ec402014-04-22 20:05:35 +0000138 },
139 'Release_x64': {
140 'inherit_from': ['Release'],
bsalomon26bdfcb2014-11-19 08:59:58 -0800141 'msvs_settings': {
142 'VCCLCompilerTool': {
143 # Don't specify /arch. SSE2 is implied by 64bit and specifying it warns.
144 'EnableEnhancedInstructionSet': '0', #
145 },
146 },
commit-bot@chromium.orgd10ec402014-04-22 20:05:35 +0000147 },
148 'Release_Developer_x64': {
149 'inherit_from': ['Release_Developer'],
bsalomon26bdfcb2014-11-19 08:59:58 -0800150 'msvs_settings': {
151 'VCCLCompilerTool': {
152 # Don't specify /arch. SSE2 is implied by 64bit and specifying it warns.
153 'EnableEnhancedInstructionSet': '0', #
154 },
155 },
commit-bot@chromium.orgd10ec402014-04-22 20:05:35 +0000156 },
157 },
158 }],
borenet@google.coma72aef82013-03-22 13:16:06 +0000159 [ 'skia_arch_width == 64', {
bsalomon@google.com1d03ba92013-01-08 20:40:22 +0000160 'msvs_configuration_platform': 'x64',
borenet@google.coma72aef82013-03-22 13:16:06 +0000161 }],
162 [ 'skia_arch_width == 32', {
163 'msvs_configuration_platform': 'Win32',
164 }],
165 [ 'skia_warnings_as_errors', {
bsalomon@google.com1d03ba92013-01-08 20:40:22 +0000166 'msvs_settings': {
167 'VCCLCompilerTool': {
borenet@google.coma72aef82013-03-22 13:16:06 +0000168 'WarnAsError': 'true',
169 'AdditionalOptions': [
170 '/we4189', # initialized but unused var warning
171 ],
bsalomon@google.com1d03ba92013-01-08 20:40:22 +0000172 },
173 },
borenet@google.comb7961192012-08-20 18:58:26 +0000174 }],
commit-bot@chromium.org5a6c2d82013-06-14 17:10:09 +0000175 [ 'skia_win_exceptions', {
176 'msvs_settings': {
177 'VCCLCompilerTool': {
178 'AdditionalOptions': [
179 '/EHsc',
180 ],
181 },
182 },
183 }],
bsalomonda07a082014-06-26 12:56:28 -0700184 [ 'skia_win_ltcg', {
185 'configurations': {
186 'Release': {
187 'msvs_settings': {
188 'VCCLCompilerTool': {
189 'WholeProgramOptimization': 'true', #/GL
190 },
191 'VCLinkerTool': {
192 'LinkTimeCodeGeneration': '1', # useLinkTimeCodeGeneration /LTCG
193 },
194 'VCLibrarianTool': {
195 'LinkTimeCodeGeneration': 'true', # useLinkTimeCodeGeneration /LTCG
196 },
197 },
198 },
199 },
200 }],
borenet@google.comb7961192012-08-20 18:58:26 +0000201 ],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000202 },
203 ],
204
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000205 # The following section is common to linux + derivatives and android
206 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "nacl", "chromeos", "android"]',
207 {
mtklein@google.comf1077f92013-11-20 15:13:49 +0000208 'cflags': [
mtklein@google.comdad70702013-11-20 18:06:10 +0000209 '-g',
mtklein@google.comf1077f92013-11-20 15:13:49 +0000210 '-fno-exceptions',
211 '-fstrict-aliasing',
mtklein@google.comdad70702013-11-20 18:06:10 +0000212
mtklein@google.comf1077f92013-11-20 15:13:49 +0000213 '-Wall',
214 '-Wextra',
215 '-Winit-self',
216 '-Wpointer-arith',
mtkleina07b2972015-01-23 07:01:26 -0800217 '-Wsign-compare',
mtklein@google.comf1077f92013-11-20 15:13:49 +0000218
Derek Sollenberger122f9ec2014-07-16 15:20:01 -0400219 '-Wno-c++11-extensions',
mtklein@google.comf1077f92013-11-20 15:13:49 +0000220 '-Wno-unused-parameter',
mtklein@google.comf1077f92013-11-20 15:13:49 +0000221 ],
222 'cflags_cc': [
223 '-fno-rtti',
224 '-Wnon-virtual-dtor',
mtklein24ad0962014-06-17 11:47:40 -0700225 '-Wno-invalid-offsetof', # GCC <4.6 is old-school strict about what is POD.
mtklein@google.comf1077f92013-11-20 15:13:49 +0000226 ],
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000227 'conditions': [
qiankun.miaod312a042014-07-07 09:47:24 -0700228 [ 'skia_os != "chromeos"', {
229 'conditions': [
230 [ 'skia_arch_width == 64 and skia_arch_type == "x86"', {
231 'cflags': [
232 '-m64',
233 ],
234 'ldflags': [
235 '-m64',
236 ],
237 }],
238 [ 'skia_arch_width == 32 and skia_arch_type == "x86"', {
239 'cflags': [
240 '-m32',
241 ],
242 'ldflags': [
243 '-m32',
244 ],
245 }],
246 ],
247 }],
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000248 [ 'skia_warnings_as_errors', {
249 'cflags': [
250 '-Werror',
251 ],
252 }],
commit-bot@chromium.org35d48722014-02-13 18:36:36 +0000253 # For profiling; reveals some costs, exaggerates others (e.g. trivial setters & getters).
254 [ 'skia_disable_inlining', {
255 'cflags': [
256 '-fno-inline',
257 '-fno-default-inline',
258 '-finline-limit=0',
259 '-fno-omit-frame-pointer',
260 ],
261 }],
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000262 [ 'skia_arch_type == "arm" and arm_thumb == 1', {
263 'cflags': [
264 '-mthumb',
265 ],
djsollen@google.comf7542ba2013-07-31 12:57:27 +0000266 # The --fix-cortex-a8 switch enables a link-time workaround for
267 # an erratum in certain Cortex-A8 processors. The workaround is
268 # enabled by default if you target the ARM v7-A arch profile.
269 # It can be enabled otherwise by specifying --fix-cortex-a8, or
270 # disabled unconditionally by specifying --no-fix-cortex-a8.
271 #
272 # The erratum only affects Thumb-2 code.
273 'conditions': [
274 [ 'arm_version < 7', {
275 'ldflags': [
276 '-Wl,--fix-cortex-a8',
277 ],
278 }],
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000279 ],
djsollen@google.comf7542ba2013-07-31 12:57:27 +0000280 }],
281 [ 'skia_arch_type == "arm" and arm_version >= 7', {
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000282 'cflags': [
283 '-march=armv7-a',
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000284 ],
djsollen@google.comf7542ba2013-07-31 12:57:27 +0000285 'ldflags': [
286 '-march=armv7-a',
287 ],
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000288 'conditions': [
289 [ 'arm_neon == 1', {
290 'defines': [
djsollen21769c52014-08-01 05:32:32 -0700291 'SK_ARM_HAS_NEON',
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000292 ],
293 'cflags': [
294 '-mfpu=neon',
295 ],
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000296 }],
297 [ 'arm_neon_optional == 1', {
298 'defines': [
djsollen21769c52014-08-01 05:32:32 -0700299 'SK_ARM_HAS_OPTIONAL_NEON',
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000300 ],
301 }],
mtklein19996ed2014-11-21 06:48:43 -0800302 [ 'skia_os != "chromeos" and skia_os != "linux"', {
borenet@google.come2b90372013-07-11 18:46:30 +0000303 'cflags': [
304 '-mfloat-abi=softfp',
305 ],
306 }],
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000307 ],
308 }],
djordje.pesutaaf1df62014-06-06 14:09:12 -0700309 [ 'skia_arch_type == "mips"', {
310 'cflags': [
311 '-EL',
312 ],
313 'conditions': [
314 [ 'mips_arch_variant == "mips32r2"', {
315 'cflags': [
316 '-march=mips32r2',
317 ],
318 'conditions': [
319 [ 'mips_dsp == 1', {
320 'cflags': [
321 '-mdsp',
322 ],
djordje.pesut6336f7c2014-07-14 07:48:11 -0700323 'defines': [
324 'SK_MIPS_HAS_DSP',
325 ],
djordje.pesutaaf1df62014-06-06 14:09:12 -0700326 }],
327 [ 'mips_dsp == 2', {
328 'cflags': [
329 '-mdspr2',
330 ],
djordje.pesut632a4542014-06-11 06:56:10 -0700331 'defines': [
djordje.pesut6336f7c2014-07-14 07:48:11 -0700332 'SK_MIPS_HAS_DSP',
333 'SK_MIPS_HAS_DSPR2',
djordje.pesut632a4542014-06-11 06:56:10 -0700334 ],
djordje.pesutaaf1df62014-06-06 14:09:12 -0700335 }],
336 ],
337 }],
338 ],
339 }],
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000340 ],
341 },
342 ],
343
scroggo@google.comd4adfa32014-02-05 16:35:12 +0000344 ['skia_android_framework', {
commit-bot@chromium.org22a1d962014-05-30 21:53:01 +0000345 'includes' : [
346 'skia_for_android_framework_defines.gypi',
347 ],
scroggo@google.comd4adfa32014-02-05 16:35:12 +0000348 'cflags': [
349 # Skia does not enforce this usage pattern so we disable it here to avoid
350 # unecessary log spew when building
351 '-Wno-unused-parameter',
352
353 # Android's -D_FORTIFY_SOURCE=2 extensions are incompatibile with SkString.
354 # Revert to -D_FORTIFY_SOURCE=1
355 '-U_FORTIFY_SOURCE',
356 '-D_FORTIFY_SOURCE=1',
djsollenf379ad32015-01-27 09:01:01 -0800357
358 # We can't use the skia_shared_library gyp setting because we need to
359 # isolate this define to Skia sources. CFLAGS are local to Android.mk
360 # and ensures that this define is not exported to clients of the library
361 '-DSKIA_IMPLEMENTATION=1',
scroggo@google.comd4adfa32014-02-05 16:35:12 +0000362 ],
commit-bot@chromium.org2fe641b2014-03-25 15:14:18 +0000363 # Remove flags which are either unnecessary or problematic for the
364 # Android framework build. Many of these flags are removed simply because
365 # they were not previously in the Android framework makefile, and we did
366 # did not intend to add them when generating the makefile.
367 # TODO (scroggo): Investigate whether any of these flags are actually
368 # needed/would be beneficial.
commit-bot@chromium.orge72a4082014-02-28 16:07:39 +0000369 'cflags!': [
commit-bot@chromium.org2fe641b2014-03-25 15:14:18 +0000370 # Android has one makefile, used for both debugging (after manual
371 # modification) and release. Turn off debug info by default.
commit-bot@chromium.orge72a4082014-02-28 16:07:39 +0000372 '-g',
373 '-march=armv7-a',
374 '-mthumb',
375 '-mfpu=neon',
376 '-mfloat-abi=softfp',
commit-bot@chromium.org2fe641b2014-03-25 15:14:18 +0000377 '-fno-exceptions',
378 '-fstrict-aliasing',
379 # Remove flags to turn on warnings, since most people building Android
380 # are not focused on Skia and do not need the extra warning info.
381 '-Wall',
382 '-Wextra',
383 '-Winit-self',
384 '-Wpointer-arith',
mtkleina07b2972015-01-23 07:01:26 -0800385 '-Wsign-compare',
commit-bot@chromium.org2fe641b2014-03-25 15:14:18 +0000386 ],
387 'cflags_cc!': [
388 '-fno-rtti',
389 '-Wnon-virtual-dtor',
commit-bot@chromium.orge72a4082014-02-28 16:07:39 +0000390 ],
scroggo@google.comd4adfa32014-02-05 16:35:12 +0000391 'defines': [
392 'DCT_IFAST_SUPPORTED',
393 # using freetype's embolden allows us to adjust fake bold settings at
394 # draw-time, at which point we know which SkTypeface is being drawn
395 'SK_USE_FREETYPE_EMBOLDEN',
commit-bot@chromium.orgba0c5ea2014-03-28 15:59:04 +0000396 'SK_SFNTLY_SUBSETTER "sample/chromium/font_subsetter.h"',
397 # When built as part of the system image we can enable certian non-NDK
398 # compliant optimizations.
399 'SK_BUILD_FOR_ANDROID_FRAMEWORK',
commit-bot@chromium.orgba0c5ea2014-03-28 15:59:04 +0000400 # Optimizations for chromium (m30)
401 'GR_GL_CUSTOM_SETUP_HEADER "gl/GrGLConfig_chrome.h"',
402 'IGNORE_ROT_AA_RECT_OPT',
commit-bot@chromium.orgba0c5ea2014-03-28 15:59:04 +0000403 'SkLONGLONG int64_t',
404 'SK_DEFAULT_FONT_CACHE_LIMIT (768 * 1024)',
commit-bot@chromium.orge3c400f2014-05-28 21:44:05 +0000405 'SK_DEFAULT_GLOBAL_DISCARDABLE_MEMORY_POOL_SIZE (512 * 1024)',
krajcevski8c111f72014-06-02 13:51:34 -0700406 'SK_IGNORE_ETC1_SUPPORT',
djsollenf379ad32015-01-27 09:01:01 -0800407 # We can't use the skia_shared_library gyp setting because we need expose
408 # this define globally and the the implemention define as a cflag.
409 'SKIA_DLL',
commit-bot@chromium.org22a1d962014-05-30 21:53:01 +0000410 # Defines from skia_for_android_framework_defines.gypi
411 '<@(skia_for_android_framework_defines)',
scroggo@google.comd4adfa32014-02-05 16:35:12 +0000412 ],
413 }],
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000414
borenet@google.com05d550e2013-06-11 15:52:19 +0000415 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "nacl", "chromeos"]',
seanpaul@google.com1134f982011-09-15 14:24:33 +0000416 {
417 'defines': [
418 'SK_SAMPLES_FOR_X',
419 'SK_BUILD_FOR_UNIX',
420 ],
421 'configurations': {
mtklein@google.com1fb04e22013-09-13 19:32:43 +0000422 'Coverage': {
mtklein@google.comdad70702013-11-20 18:06:10 +0000423 'cflags': ['--coverage'],
mtklein@google.com1fb04e22013-09-13 19:32:43 +0000424 'ldflags': ['--coverage'],
425 },
seanpaul@google.com1134f982011-09-15 14:24:33 +0000426 'Debug': {
seanpaul@google.com1134f982011-09-15 14:24:33 +0000427 },
428 'Release': {
commit-bot@chromium.org06b38642013-06-20 20:28:54 +0000429 'cflags': [
430 '-O<(skia_release_optimization_level)',
commit-bot@chromium.org06b38642013-06-20 20:28:54 +0000431 ],
senorblanco@chromium.org7288c492012-01-19 19:59:22 +0000432 'defines': [ 'NDEBUG' ],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000433 },
434 },
borenet@google.coma37a5172012-08-09 20:44:32 +0000435 'conditions' : [
zachr@google.com28c27c82013-06-20 17:15:05 +0000436 [ 'skia_shared_lib', {
zachr@google.com28c27c82013-06-20 17:15:05 +0000437 'defines': [
zachr@google.com28c27c82013-06-20 17:15:05 +0000438 'SKIA_DLL',
439 'SKIA_IMPLEMENTATION=1',
440 ],
441 }],
borenet@google.com7158e6a2012-11-01 17:43:44 +0000442 [ 'skia_os == "nacl"', {
443 'defines': [
444 'SK_BUILD_FOR_NACL',
445 ],
commit-bot@chromium.orgfe424102014-02-21 00:40:16 +0000446 'variables': {
commit-bot@chromium.org25595ed2014-04-04 18:16:04 +0000447 'nacl_sdk_root': '<!(echo ${NACL_SDK_ROOT})',
commit-bot@chromium.orgfe424102014-02-21 00:40:16 +0000448 },
borenet@google.com7158e6a2012-11-01 17:43:44 +0000449 'link_settings': {
450 'libraries': [
451 '-lppapi',
452 '-lppapi_cpp',
453 '-lnosys',
454 '-pthread',
455 ],
commit-bot@chromium.orgfe424102014-02-21 00:40:16 +0000456 'ldflags': [
457 '-L<(nacl_sdk_root)/lib/newlib_x86_<(skia_arch_width)/Release',
458 '-L<(nacl_sdk_root)/ports/lib/newlib_x86_<(skia_arch_width)/Release',
459 ],
borenet@google.com7158e6a2012-11-01 17:43:44 +0000460 },
borenet@google.com7158e6a2012-11-01 17:43:44 +0000461 }],
mtklein@google.com9f3b0e42013-10-08 15:16:36 +0000462 # Enable asan, tsan, etc.
463 [ 'skia_sanitizer', {
borenet@google.com0d193092013-07-03 15:55:05 +0000464 'cflags': [
mtklein@google.com9f3b0e42013-10-08 15:16:36 +0000465 '-fsanitize=<(skia_sanitizer)',
borenet@google.com0d193092013-07-03 15:55:05 +0000466 ],
467 'ldflags': [
mtklein@google.com9f3b0e42013-10-08 15:16:36 +0000468 '-fsanitize=<(skia_sanitizer)',
bungeman@google.com1435f9f2013-09-25 22:39:22 +0000469 ],
mtklein@google.com3a19fb52013-10-09 16:12:23 +0000470 'conditions' : [
471 [ 'skia_sanitizer == "thread"', {
mtklein0faaac62014-12-15 13:38:07 -0800472 'defines': [ 'DYNAMIC_ANNOTATIONS_ENABLED=1' ],
mtklein@google.com3a19fb52013-10-09 16:12:23 +0000473 }],
commit-bot@chromium.org05b1b532014-05-01 19:29:46 +0000474 [ 'skia_sanitizer == "undefined"', {
commit-bot@chromium.org05b1b532014-05-01 19:29:46 +0000475 'cflags_cc!': ['-fno-rtti'],
commit-bot@chromium.org05b1b532014-05-01 19:29:46 +0000476 }],
mtklein@google.com3a19fb52013-10-09 16:12:23 +0000477 ],
bungeman@google.com1435f9f2013-09-25 22:39:22 +0000478 }],
borenet@google.com47ae4b02013-08-21 18:02:50 +0000479 [ 'skia_clang_build', {
mtklein170e00d2014-06-30 12:33:11 -0700480 'cflags_cc': [
mtklein94c41512014-09-12 17:07:34 -0700481 # Build in C++11 mode to make sure we'll have an easy time switching.
482 '-std=c++11',
mtklein170e00d2014-06-30 12:33:11 -0700483 '-Wno-unknown-warning-option', # Allows unknown warnings.
484 '-Wno-deprecated', # From Qt, via debugger (older Clang).
485 '-Wno-deprecated-register', # From Qt, via debugger (newer Clang).
486 ],
borenet@google.com47ae4b02013-08-21 18:02:50 +0000487 'cflags': [
mtklein170e00d2014-06-30 12:33:11 -0700488 # Extra warnings we like but that only Clang knows about.
489 '-Wstring-conversion',
borenet@google.com47ae4b02013-08-21 18:02:50 +0000490 ],
commit-bot@chromium.org815d3602014-05-20 19:42:03 +0000491 'cflags!': [
492 '-mfpmath=sse', # Clang doesn't need to be told this, and sometimes gets confused.
493 ],
borenet@google.com47ae4b02013-08-21 18:02:50 +0000494 }],
commit-bot@chromium.org5003bde2013-10-25 18:14:54 +0000495 [ 'skia_keep_frame_pointer', {
496 'cflags': [ '-fno-omit-frame-pointer' ],
497 }],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000498 ],
499 },
500 ],
501
borenet@google.coma72aef82013-03-22 13:16:06 +0000502 [ 'skia_os == "mac"',
seanpaul@google.com1134f982011-09-15 14:24:33 +0000503 {
mtkleina34633f2014-08-19 13:32:59 -0700504 'defines': [ 'SK_BUILD_FOR_MAC' ],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000505 'configurations': {
commit-bot@chromium.org866f4e32013-11-21 17:04:29 +0000506 'Coverage': {
507 'xcode_settings': {
508 'GCC_OPTIMIZATION_LEVEL': '0',
509 'GCC_GENERATE_TEST_COVERAGE_FILES': 'YES',
510 'GCC_INSTRUMENT_PROGRAM_FLOW_ARCS' : 'YES',
511 },
512 },
seanpaul@google.com1134f982011-09-15 14:24:33 +0000513 'Debug': {
mtkleina34633f2014-08-19 13:32:59 -0700514 'xcode_settings': { 'GCC_OPTIMIZATION_LEVEL': '0' },
seanpaul@google.com1134f982011-09-15 14:24:33 +0000515 },
reed@google.come05cc8e2011-10-10 14:19:40 +0000516 'Release': {
mtkleina34633f2014-08-19 13:32:59 -0700517 'xcode_settings': { 'GCC_OPTIMIZATION_LEVEL': '<(skia_release_optimization_level)', },
senorblanco@chromium.org7288c492012-01-19 19:59:22 +0000518 'defines': [ 'NDEBUG' ],
reed@google.come05cc8e2011-10-10 14:19:40 +0000519 },
seanpaul@google.com1134f982011-09-15 14:24:33 +0000520 },
521 'xcode_settings': {
senorblanco@chromium.org29f351a2014-01-20 16:14:02 +0000522 'conditions': [
mtkleina34633f2014-08-19 13:32:59 -0700523 [ 'skia_warnings_as_errors', { 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES' }],
524 [ 'skia_arch_width == 32', { 'ARCHS': ['i386'] }],
525 [ 'skia_arch_width == 64', { 'ARCHS': ['x86_64'] }],
senorblanco@chromium.org29f351a2014-01-20 16:14:02 +0000526 [ 'skia_osx_deployment_target==""', {
mtkleina34633f2014-08-19 13:32:59 -0700527 'MACOSX_DEPLOYMENT_TARGET': '10.6', # -mmacos-version-min, passed in env to ld.
senorblanco@chromium.org29f351a2014-01-20 16:14:02 +0000528 }, {
529 'MACOSX_DEPLOYMENT_TARGET': '<(skia_osx_deployment_target)',
530 }],
531 ],
mtklein94c41512014-09-12 17:07:34 -0700532 'GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS': 'YES', # -mssse3
533 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', # -fvisibility=hidden
534 'GCC_INLINES_ARE_PRIVATE_EXTERN': 'NO', # -fvisibility-inlines-hidden
mtklein335a0ae2014-10-13 12:32:34 -0700535 'GCC_CW_ASM_SYNTAX': 'NO', # remove -fasm-blocks
536 'GCC_ENABLE_PASCAL_STRINGS': 'NO', # remove -mpascal-strings
537 'GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO': 'NO', # -Wno-invalid-offsetof
mtkleina34633f2014-08-19 13:32:59 -0700538 'WARNING_CFLAGS': [
539 '-Wall',
540 '-Wextra',
mtkleina07b2972015-01-23 07:01:26 -0800541 '-Winit-self',
542 '-Wpointer-arith',
543 '-Wsign-compare',
544
mtkleina34633f2014-08-19 13:32:59 -0700545 '-Wno-unused-parameter',
bungeman@google.com43b4ed52012-10-02 15:42:21 +0000546 ],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000547 },
548 },
549 ],
550
borenet@google.coma72aef82013-03-22 13:16:06 +0000551 [ 'skia_os == "ios"',
seanpaul@google.com1134f982011-09-15 14:24:33 +0000552 {
553 'defines': [
554 'SK_BUILD_FOR_IOS',
555 ],
borenet@google.coma72aef82013-03-22 13:16:06 +0000556 'conditions' : [
557 [ 'skia_warnings_as_errors', {
558 'xcode_settings': {
559 'OTHER_CPLUSPLUSFLAGS': [
560 '-Werror',
561 ],
562 },
563 }],
564 ],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000565 'configurations': {
566 'Debug': {
567 'xcode_settings': {
568 'GCC_OPTIMIZATION_LEVEL': '0',
569 },
570 },
caryclark@google.com594dd3c2012-09-24 19:33:57 +0000571 'Release': {
572 'xcode_settings': {
commit-bot@chromium.org06b38642013-06-20 20:28:54 +0000573 'GCC_OPTIMIZATION_LEVEL': '<(skia_release_optimization_level)',
caryclark@google.com594dd3c2012-09-24 19:33:57 +0000574 },
575 'defines': [ 'NDEBUG' ],
576 },
seanpaul@google.com1134f982011-09-15 14:24:33 +0000577 },
578 'xcode_settings': {
commit-bot@chromium.orgae0054e2014-04-05 01:13:43 +0000579 'ARCHS': ['armv7'],
caryclark@google.com867cbd82012-09-20 15:45:41 +0000580 'CODE_SIGNING_REQUIRED': 'NO',
581 'CODE_SIGN_IDENTITY[sdk=iphoneos*]': '',
caryclark@google.com594dd3c2012-09-24 19:33:57 +0000582 'IPHONEOS_DEPLOYMENT_TARGET': '<(ios_sdk_version)',
caryclark@google.com867cbd82012-09-20 15:45:41 +0000583 'SDKROOT': 'iphoneos',
caryclark@google.com594dd3c2012-09-24 19:33:57 +0000584 'TARGETED_DEVICE_FAMILY': '1,2',
mtklein335a0ae2014-10-13 12:32:34 -0700585 'GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO': 'NO', # -Wno-invalid-offsetof
borenet@google.coma72aef82013-03-22 13:16:06 +0000586 'OTHER_CPLUSPLUSFLAGS': [
587 '-fvisibility=hidden',
588 '-fvisibility-inlines-hidden',
589 ],
bsalomon@google.com89dec582012-09-28 18:33:11 +0000590 'GCC_THUMB_SUPPORT': 'NO',
seanpaul@google.com1134f982011-09-15 14:24:33 +0000591 },
592 },
593 ],
chudy@google.combbad34d2012-08-13 14:26:36 +0000594
borenet@google.coma72aef82013-03-22 13:16:06 +0000595 [ 'skia_os == "android"',
djsollen@google.com58629292011-11-03 13:08:29 +0000596 {
597 'defines': [
djsollen@google.com58629292011-11-03 13:08:29 +0000598 'SK_BUILD_FOR_ANDROID',
djsollen@google.com968757e2014-04-11 13:09:21 +0000599
600 # Android Text Tuning
601 'SK_GAMMA_EXPONENT=1.4',
602 'SK_GAMMA_CONTRAST=0.0',
603 ],
604 # Android defines a fixed gamma exponent instead of using SRGB
605 'defines!': [
606 'SK_GAMMA_SRGB',
djsollen@google.com58629292011-11-03 13:08:29 +0000607 ],
scroggo@google.comeb629502014-02-04 16:08:48 +0000608 'configurations': {
609 'Debug': {
mtkleinc0591ca2014-11-21 14:42:35 -0800610 'cflags': ['-g']
scroggo@google.comeb629502014-02-04 16:08:48 +0000611 },
612 'Release': {
613 'cflags': ['-O2'],
scroggo@google.comeb629502014-02-04 16:08:48 +0000614 },
615 },
djsollen@google.com58629292011-11-03 13:08:29 +0000616 'libraries': [
djsollen@google.com318cf922011-11-08 19:03:43 +0000617 '-llog',
djsollen@google.com58629292011-11-03 13:08:29 +0000618 ],
djsollen@google.com44360bc2011-12-05 13:55:55 +0000619 'cflags': [
borenet@google.comde9ac142012-07-25 15:17:03 +0000620 '-fuse-ld=gold',
djsollen@google.com44360bc2011-12-05 13:55:55 +0000621 ],
djsollen@google.com58629292011-11-03 13:08:29 +0000622 'conditions': [
djsollenbc893292014-07-24 13:53:56 -0700623 [ 'skia_arch_type == "x86"', {
624 'cflags': [
625 '-mssse3',
626 ],
627 }],
scroggo@google.comd4adfa32014-02-05 16:35:12 +0000628 [ 'skia_android_framework', {
commit-bot@chromium.org2fe641b2014-03-25 15:14:18 +0000629 'cflags!': [
630 '-fuse-ld=gold',
631 ],
scroggo@google.comd4adfa32014-02-05 16:35:12 +0000632 }],
djsollen@google.com52f02972013-06-03 12:10:19 +0000633 [ 'skia_shared_lib', {
djsollen@google.com52f02972013-06-03 12:10:19 +0000634 'defines': [
djsollen@google.com52f02972013-06-03 12:10:19 +0000635 'SKIA_DLL',
636 'SKIA_IMPLEMENTATION=1',
scroggoecce60b2014-07-09 07:26:40 -0700637 # Needed until we fix skbug.com/2440.
638 'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG',
djsollen@google.com52f02972013-06-03 12:10:19 +0000639 ],
640 }],
commit-bot@chromium.org183f7f52013-07-11 12:48:14 +0000641 [ 'skia_profile_enabled == 1', {
642 'cflags': ['-g', '-fno-omit-frame-pointer', '-marm', '-mapcs'],
djsollen@google.com3839ca12011-11-03 17:31:41 +0000643 }],
chudy@google.combbad34d2012-08-13 14:26:36 +0000644 ],
djsollen@google.com58629292011-11-03 13:08:29 +0000645 },
646 ],
seanpaul@google.com1134f982011-09-15 14:24:33 +0000647
commit-bot@chromium.org199cf692014-05-08 15:29:57 +0000648 [ 'skia_moz2d', {
649 'defines': [
reed6518eaa2014-06-18 14:05:22 -0700650 # add flags here (e.g. SK_SUPPORT_LEGACY_...) needed by moz2d
commit-bot@chromium.org199cf692014-05-08 15:29:57 +0000651 ],
652 }],
653
mtkleina7e930f2014-08-06 10:08:42 -0700654 [ 'skia_is_bot', {
mtklein4d1605a2014-07-10 14:16:04 -0700655 'defines': [ 'SK_CRASH_HANDLER' ],
656 }],
657
seanpaul@google.com1134f982011-09-15 14:24:33 +0000658 ], # end 'conditions'
caryclark@google.com4588ce82012-09-26 15:48:43 +0000659 # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details
660 'xcode_settings': {
661 'SYMROOT': '<(DEPTH)/xcodebuild',
662 },
seanpaul@google.com1134f982011-09-15 14:24:33 +0000663}