diff --git a/base/BUILD.gn b/base/BUILD.gn index e2e2a2636f88f82bf8863c079a042df6ab880f44..ae8980d1c9600b772842d50e19078dace1b74f41 100644 --- a/base/BUILD.gn +++ b/base/BUILD.gn @@ -204,7 +204,7 @@ if (host_os == "linux" && !is_asan) { ] deps = [ ":cxx_rust_gen", - "//build/rust/tests:cxx_cppdeps", + "//third_party/rust/crates/cxx:cxx_cppdeps", ] public_deps = [ "//third_party/bounds_checking_function:libsec_shared" ]