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

Unified Diff: build/config/allocator.gni

Issue 2001523002: GYP changes for arm64 linux build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add GN Build changes + Incorporate review comments Created 4 years, 6 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
Index: build/config/allocator.gni
diff --git a/build/config/allocator.gni b/build/config/allocator.gni
index 06447af0b40660b00525bea0eea90b131a9ef6a2..9d435bf6e7e13067f18f87c1930b559b8714c27b 100644
--- a/build/config/allocator.gni
+++ b/build/config/allocator.gni
@@ -5,7 +5,8 @@
import("//build/config/sanitizers/sanitizers.gni")
if (is_android || current_cpu == "mipsel" || is_mac || is_ios || is_asan ||
- is_lsan || is_tsan || is_msan || is_win || is_syzyasan) {
+ is_lsan || is_tsan || is_msan || is_win || is_syzyasan ||
+ (is_linux && target_cpu == "arm64")) {
Nico 2016/06/04 01:18:24 add a comment here saying this is temporary for li
apatole 2016/06/06 06:40:00 Done.
_default_allocator = "none"
} else {
_default_allocator = "tcmalloc"
« no previous file with comments | « build/common.gypi ('k') | build/config/compiler/BUILD.gn » ('j') | build/config/features.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698