| Index: build/config/sanitizers/BUILD.gn
|
| diff --git a/build/config/sanitizers/BUILD.gn b/build/config/sanitizers/BUILD.gn
|
| index 78166cbde89308d996554c48f77a64ab8be9244d..bb65d595557692383e9b28d385de75cd345053b5 100644
|
| --- a/build/config/sanitizers/BUILD.gn
|
| +++ b/build/config/sanitizers/BUILD.gn
|
| @@ -13,10 +13,11 @@ if (is_ios) {
|
| import("//build/config/ios/ios_sdk.gni")
|
| }
|
|
|
| -# Contains the dependencies needed for sanitizers to link into executables and
|
| -# shared_libraries. Unconditionally depend upon this target as it is empty if
|
| -# |is_asan|, |is_lsan|, |is_tsan|, |is_msan| and |use_custom_libcxx| are false.
|
| +# Contains the dependencies needed for sanitizers to link into
|
| +# executables and shared_libraries. Unconditionally depend upon
|
| +# "//build/config:exe_and_shlib_deps" to pull in this target.
|
| group("deps") {
|
| + visibility = [ "//build/config:exe_and_shlib_deps" ]
|
| public_deps = [
|
| ":deps_no_options",
|
| ]
|
|
|