Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
| index 69f1ddbcd4fe47d50b7c4d11262743a2d670088e..abb47502b639bdbc44c1723f557e0a38800b5647 100644 |
| --- a/gyp/common_conditions.gypi |
| +++ b/gyp/common_conditions.gypi |
| @@ -646,6 +646,11 @@ |
| '-fuse-ld=gold', |
| ], |
| 'conditions': [ |
| + [ 'skia_arch_type == "x86"', { |
| + 'cflags': [ |
| + '-mssse3', |
| + ], |
| + }], |
| [ 'skia_android_framework', { |
| 'libraries!': [ |
| '-lstdc++', |