| Index: third_party/boringssl/boringssl.gyp
|
| diff --git a/third_party/boringssl/boringssl.gyp b/third_party/boringssl/boringssl.gyp
|
| index 6539a90f857651df19868010d0d42a64f0aa857d..f1a9384da09d1ac7419541429d733d819f2f97bf 100644
|
| --- a/third_party/boringssl/boringssl.gyp
|
| +++ b/third_party/boringssl/boringssl.gyp
|
| @@ -108,7 +108,7 @@
|
| '../yasm/yasm_compile.gypi',
|
| ],
|
| }],
|
| - ['OS != "mac" and OS != "ios" and OS != "linux" and OS != "win" and OS != "android"', {
|
| + ['OS != "mac" and OS != "linux" and OS != "win" and OS != "android"', {
|
| 'direct_dependent_settings': {
|
| 'defines': [ 'OPENSSL_NO_ASM' ],
|
| },
|
| @@ -134,7 +134,7 @@
|
| '../yasm/yasm_compile.gypi',
|
| ],
|
| }],
|
| - ['OS != "mac" and OS != "ios" and OS != "linux" and OS != "win" and OS != "android"', {
|
| + ['OS != "mac" and OS != "linux" and OS != "win" and OS != "android"', {
|
| 'direct_dependent_settings': {
|
| 'defines': [ 'OPENSSL_NO_ASM' ],
|
| },
|
|
|