| Index: third_party/boringssl/boringssl.gyp
|
| diff --git a/third_party/boringssl/boringssl.gyp b/third_party/boringssl/boringssl.gyp
|
| index 2fd16535ae04292ceadab9f9740ba7c8f394d439..f18e333559570974a3549893157968cf973998e8 100644
|
| --- a/third_party/boringssl/boringssl.gyp
|
| +++ b/third_party/boringssl/boringssl.gyp
|
| @@ -13,7 +13,10 @@
|
| 'sources': [
|
| '<@(boringssl_lib_sources)',
|
| ],
|
| - 'defines': [ 'BORINGSSL_IMPLEMENTATION' ],
|
| + 'defines': [
|
| + 'BORINGSSL_IMPLEMENTATION',
|
| + 'BORINGSSL_NO_STATIC_INITIALIZER',
|
| + ],
|
| 'conditions': [
|
| ['component == "shared_library"', {
|
| 'defines': [
|
|
|