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

Unified Diff: build/common.gypi

Issue 1781573002: Enable the allocator shim on Linux Desktop / CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shim_linux
Patch Set: Fix build_for_tool condition Created 4 years, 9 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 | build/config/allocator.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index c6958a8098443d2791805342515f91f06aae8df5..591b5fd1fece3c8dc8bf6acf464619212e422b45 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2244,7 +2244,9 @@
'use_allocator%': 'none',
'use_sanitizer_options%': 1,
}],
-
+ ['OS=="linux" and asan==0 and msan==0 and lsan==0 and tsan==0 and build_for_tool==""', {
+ 'use_experimental_allocator_shim%': 1,
+ }],
['OS=="linux" and asan==0 and msan==0 and lsan==0 and tsan==0', {
# PNaCl toolchain Non-SFI build only supports linux OS build.
# Also, it does not support sanitizers.
« no previous file with comments | « no previous file | build/config/allocator.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698