diff options
Diffstat (limited to 'third_party/boringssl/BUILD.gn')
-rw-r--r-- | third_party/boringssl/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn index dba6a11..efef0fd 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 = [] |