Add a GYP flag to define SKNX_NO_SIMD when set.

Will use this with a new -SKNX_NO_SIMD bot.

BUG=skia:

Review URL: https://codereview.chromium.org/1227163016
This commit is contained in:
mtklein 2015-07-14 05:52:52 -07:00 committed by Commit bot
parent bfd9ee67ef
commit 4abc186d02
2 changed files with 5 additions and 0 deletions

View File

@ -628,6 +628,10 @@
],
}],
[ 'sknx_no_simd', {
'defines': [ 'SKNX_NO_SIMD' ],
}],
], # end 'conditions'
# The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details
'xcode_settings': {

View File

@ -208,6 +208,7 @@
'skia_gpu%': '<(skia_gpu)',
'skia_win_exceptions%': 0,
'skia_win_ltcg%': 1,
'sknx_no_simd%': 0,
'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
'skia_profile_enabled%': '<(skia_profile_enabled)',
'skia_shared_lib%': '<(skia_shared_lib)',