| Index: gyp/common_conditions.gypi
|
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
|
| index 15db2a61e89aba36c4d725677144e15cb0f3cfff..29df10d897689ccde688382803e79ae531b5b8e4 100644
|
| --- a/gyp/common_conditions.gypi
|
| +++ b/gyp/common_conditions.gypi
|
| @@ -227,7 +227,7 @@
|
| 'conditions': [
|
| [ 'skia_os != "chromeos"', {
|
| 'conditions': [
|
| - [ 'skia_arch_width == 64 and skia_arch_type == "x86"', {
|
| + [ 'skia_arch_type == "x86_64"', {
|
| 'cflags': [
|
| '-m64',
|
| ],
|
| @@ -235,7 +235,7 @@
|
| '-m64',
|
| ],
|
| }],
|
| - [ 'skia_arch_width == 32 and skia_arch_type == "x86"', {
|
| + [ 'skia_arch_type == "x86"', {
|
| 'cflags': [
|
| '-m32',
|
| ],
|
| @@ -628,7 +628,7 @@
|
| '-fuse-ld=gold',
|
| ],
|
| 'conditions': [
|
| - [ 'skia_arch_type == "x86"', {
|
| + [ '"x86" in skia_arch_type', {
|
| 'cflags': [
|
| '-mssse3',
|
| ],
|
|
|