summaryrefslogtreecommitdiffstats
path: root/third_party/boringssl
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-09-14 14:40:01 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-14 21:41:14 +0000
commit4cab0f1c83325704d637168c43fabc894f97939d (patch)
tree2923e14d7f77d7bc766867dffdda7a01640556f7 /third_party/boringssl
parent125cde33c45c37472639c94e4af73760042bdcb0 (diff)
downloadchromium_src-4cab0f1c83325704d637168c43fabc894f97939d.zip
chromium_src-4cab0f1c83325704d637168c43fabc894f97939d.tar.gz
chromium_src-4cab0f1c83325704d637168c43fabc894f97939d.tar.bz2
Move sanitizer and symbol flags out of BUILDCONFIG
TBR=mmoss@chromium.org (chrome/installer/linux) CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1324623005 Cr-Commit-Position: refs/heads/master@{#348727}
Diffstat (limited to 'third_party/boringssl')
-rw-r--r--third_party/boringssl/BUILD.gn2
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 = []