Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(524)

Unified Diff: base/BUILD.gn

Issue 2363283002: Use 'local-exec' for threadlocal_heap_ in tcmalloc. (Closed)
Patch Set: Try static_library for cast_graphics Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/process/memory_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index bdecf4a257593cdbce9ab4efba48386d5b23ade0..f57b8cd5f1ffa91c12aa320997946702fb78fe4b 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -2218,11 +2218,8 @@ test("base_unittests") {
sources += [ "nix/xdg_util_unittest.cc" ]
}
- deps += [ "//base/test:malloc_wrapper" ]
-
- 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" ]
+ if (is_component_build) {
+ deps += [ "//base/test:malloc_wrapper" ]
}
}
« no previous file with comments | « no previous file | base/process/memory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698