diff --git a/base/BUILD.gn b/base/BUILD.gn index e2e2a2636f88f82bf8863c079a042df6ab880f44..e60e6634540beca01618eeda2c34ac74c7d33429 100644 --- a/base/BUILD.gn +++ b/base/BUILD.gn @@ -202,9 +202,10 @@ if (host_os == "linux" && !is_asan) { "${target_gen_dir}", "//third_party/rust/crates/cxx/include", ] + deps = [ ":cxx_rust_gen", - "//build/rust/tests:cxx_cppdeps", + "//third_party/rust/cxx:cxx_cppdeps", ] public_deps = [ "//third_party/bounds_checking_function:libsec_shared" ] diff --git a/bundle.json b/bundle.json index 19d708d1d512dab454ef2b3245484159c7bccbc2..8121c8928503563883f337a9237aa1e5462eb8c3 100644 --- a/bundle.json +++ b/bundle.json @@ -19,7 +19,8 @@ "features":[ "c_utils_feature_coverage = false" ], "deps": { "components": [ - "hilog" + "hilog", + "common" ], "third_party": [ "bounds_checking_function"