diff --git a/BUILD.gn b/BUILD.gn index 0988146cbe8..c3248d4fd6d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -855,7 +855,7 @@ if (is_mac) { if (is_asan) { # crashpad_handler requires the ASan runtime at its @executable_path. sources += [ "$root_out_dir/libclang_rt.asan_osx_dynamic.dylib" ] - public_deps += [ "//build/config/sanitizers:copy_asan_runtime" ] + public_deps += [ "//build/config/sanitizers:copy_sanitizer_runtime" ] } }