| Index: third_party/boringssl/boringssl.gyp
|
| diff --git a/third_party/boringssl/boringssl.gyp b/third_party/boringssl/boringssl.gyp
|
| index 238cb99370372e28897c364484dd1c110b35a180..d0b716a8f7d43b348f336d69441f3bf34cb4d4eb 100644
|
| --- a/third_party/boringssl/boringssl.gyp
|
| +++ b/third_party/boringssl/boringssl.gyp
|
| @@ -39,8 +39,8 @@
|
| }],
|
| ['OS == "win"', {
|
| 'sources': [ '<@(boringssl_win_x86_sources)' ],
|
| - # Win32 is built with Yasm. The other ports use the platform
|
| - # assembler.
|
| + # Windows' assembly is built with Yasm. The other platforms use
|
| + # the platform assembler.
|
| 'variables': {
|
| 'yasm_output_path': '<(SHARED_INTERMEDIATE_DIR)/third_party/boringssl',
|
| },
|
| @@ -63,6 +63,14 @@
|
| }],
|
| ['OS == "win"', {
|
| 'sources': [ '<@(boringssl_win_x86_64_sources)' ],
|
| + # Windows' assembly is built with Yasm. The other platforms use
|
| + # the platform assembler.
|
| + 'variables': {
|
| + 'yasm_output_path': '<(SHARED_INTERMEDIATE_DIR)/third_party/boringssl',
|
| + },
|
| + 'includes': [
|
| + '../yasm/yasm_compile.gypi',
|
| + ],
|
| }],
|
| ['OS != "mac" and OS != "linux" and OS != "win" and OS != "android"', {
|
| 'defines': [ 'OPENSSL_NO_ASM' ],
|
|
|