| Index: third_party/boringssl/BUILD.gn
|
| diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
|
| index dba6a11cabd6e27bb4c4c9ef44e0fd6be39f5f78..efef0fd959e4ea6b745324253f028847e758874e 100644
|
| --- a/third_party/boringssl/BUILD.gn
|
| +++ b/third_party/boringssl/BUILD.gn
|
| @@ -2,6 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//build/config/sanitizers/sanitizers.gni")
|
| +
|
| # Config for us and everybody else depending on BoringSSL.
|
| config("openssl_config") {
|
| include_dirs = []
|
|
|