| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index a0b492740da8a6030e5291da234260d1cde4327f..bbd43d1c07bbc4a974c3d66493748464bbe7e792 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -272,7 +272,7 @@ group("exe_and_shlib_deps") {
|
| public_deps += [ "//build/config/sanitizers:deps" ]
|
| }
|
| if (use_custom_libcxx) {
|
| - public_deps += [ "//buildtools/third_party/libc++:libcxx_proxy" ]
|
| + public_deps += [ "//buildtools/third_party/libc++" ]
|
| }
|
| if (use_afl) {
|
| public_deps += [ "//third_party/afl" ]
|
|
|