| Index: third_party/boringssl/BUILD.gn
|
| diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
|
| index a6415da661445c313479566ec0221a3ac9a7bbf2..3f7887e87c46926b7b912f8f6ecc0d9809f28687 100644
|
| --- a/third_party/boringssl/BUILD.gn
|
| +++ b/third_party/boringssl/BUILD.gn
|
| @@ -7,10 +7,9 @@ import("//build/config/sanitizers/sanitizers.gni")
|
|
|
| # Config for us and everybody else depending on BoringSSL.
|
| config("openssl_config") {
|
| - defines = [ "OPENSSL_SMALL" ]
|
| include_dirs = [ "src/include" ]
|
| if (is_component_build) {
|
| - defines += [ "BORINGSSL_SHARED_LIBRARY" ]
|
| + defines = [ "BORINGSSL_SHARED_LIBRARY" ]
|
| }
|
| }
|
|
|
|
|