Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 6eaddd2d185a9e2255c1d32d24db46ccc6c90518..c19b80d28c3f92106a561312b890c2c184cb1dbc 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -1564,16 +1564,10 @@ |
if (is_linux) { |
sources -= [ "file_version_info_unittest.cc" ] |
sources += [ "nix/xdg_util_unittest.cc" ] |
- |
deps += [ "//base/test:malloc_wrapper" ] |
if (use_glib) { |
configs += [ "//build/config/linux:glib" ] |
- } |
- |
- if (!is_component_build) { |
- # Set rpath to find libmalloc_wrapper.so even in a non-component build. |
- configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ] |
} |
} |