aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/common_conditions.gypi
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2014-07-23 11:28:18 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-23 11:28:18 -0700
commit2da0f85488879d7e3072fb6449b20eca5e1b4ec5 (patch)
treeea245f0fd5f2d028a831ce00d9249d1e603d3b8f /gyp/common_conditions.gypi
parentddb459e746dba8c0d20de1f5c01e9d77379f99e1 (diff)
Revert of Enable the SSSE3 compile time check on all platforms. (https://codereview.chromium.org/403583002/)
Reason for revert: This is blocking the roll. Chromium Windows trybots (like win_chromium_x64_rel) are crashing in the SSSE3 code (for example SkCanvasVideoRenderTest.CroppedFrame). Original issue's description: > Enable the SSSE3 compile time check on all platforms (3rd attempt) > > BUG=skia:2746 > > Committed: https://skia.googlesource.com/skia/+/933834851f9d48fbd85b728cc92e1f0134bfaa4e R=halcanary@google.com, mtklein@google.com, djsollen@google.com TBR=djsollen@google.com, halcanary@google.com, mtklein@google.com NOTREECHECKS=true NOTRY=true BUG=skia:2746 Author: bungeman@google.com Review URL: https://codereview.chromium.org/418523002
Diffstat (limited to 'gyp/common_conditions.gypi')
-rw-r--r--gyp/common_conditions.gypi5
1 files changed, 0 insertions, 5 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index abb47502b6..69f1ddbcd4 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -646,11 +646,6 @@
'-fuse-ld=gold',
],
'conditions': [
- [ 'skia_arch_type == "x86"', {
- 'cflags': [
- '-mssse3',
- ],
- }],
[ 'skia_android_framework', {
'libraries!': [
'-lstdc++',