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

Unified Diff: build/config/allocator.gni

Issue 2187473005: Revert of Make allocator shim the default for Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/allocator.gni
diff --git a/build/config/allocator.gni b/build/config/allocator.gni
index 97d2fd464527127db683e6d4b329adbe833b9eb2..0edb47a09bb21cda971e5116f6c5ec5ca8d83e8a 100644
--- a/build/config/allocator.gni
+++ b/build/config/allocator.gni
@@ -13,8 +13,7 @@
_default_allocator = "tcmalloc"
}
-if ((is_linux || is_android || (is_win && !is_component_build)) && !is_asan &&
- !is_lsan && !is_tsan && !is_msan) {
+if ((is_linux || is_android) && !is_asan && !is_lsan && !is_tsan && !is_msan) {
_default_use_experimental_allocator_shim = true
} else {
_default_use_experimental_allocator_shim = false
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698