aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-09-18 06:50:38 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-18 06:50:38 -0700
commitb1c56ec01ec53e303bd3d57dfbf4b1b0763bf788 (patch)
tree1e4b420d3dd0a4d0a782050a984f479d1b7e5e98 /gyp
parentfb33ae15ce4aa874ffb756e9bd67d7f6390de524 (diff)
unplumb sknx_no_simd
Diffstat (limited to 'gyp')
-rw-r--r--gyp/common_conditions.gypi4
-rw-r--r--gyp/common_variables.gypi1
2 files changed, 0 insertions, 5 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 44220a3bfd..54fa54345e 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -618,10 +618,6 @@
],
}],
- [ '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': {
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 23ce00a8ac..3f122a5a78 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -213,7 +213,6 @@
'skia_vulkan%': '<(skia_vulkan)',
'skia_win_exceptions%': 0,
'skia_win_ltcg%': 1,
- 'sknx_no_simd%': 0,
'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
'skia_pdf%': '<(skia_pdf)',
'skia_profile_enabled%': '<(skia_profile_enabled)',