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

Unified Diff: base/test/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 | « base/process/memory_unittest.cc ('k') | chromecast/graphics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/BUILD.gn
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index 256cae257f3d2e5fab0919c638b0046a9465fc21..85f2dad357fbdc12008d23dcfe0a03cc38356f57 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -312,7 +312,7 @@ static_library("run_all_base_unittests") {
]
}
-if (is_linux) {
+if (is_linux && is_component_build) {
shared_library("malloc_wrapper") {
testonly = true
sources = [
« no previous file with comments | « base/process/memory_unittest.cc ('k') | chromecast/graphics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698