1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # Contains the dependencies needed for asan to link into executables and
6 # shared_libraries. Unconditionally depend upon this target as it is empty if
10 public_configs = [ ":sanitizer_options_link_helper" ]
17 config("sanitizer_options_link_helper") {
19 "-Wl,-u_sanitizer_options_link_helper",
24 source_set("options_sources") {
25 visibility = [ ":deps" ]
27 "//build/sanitizers/sanitizer_options.cc",
31 sources += [ "//build/sanitizers/tsan_suppressions.cc" ]