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

Unified Diff: build/common.gypi

Issue 14321006: Adds TCMalloc support for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 128d1f18e74db850f5e6b0c12a1c725f63fa883d..cc8db17e187328f56f5beaa4d384fb4c468abc42 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -943,6 +943,7 @@
# Enable TCMalloc.
'linux_use_tcmalloc%': 1,
+ 'android_use_tcmalloc%': 0,
# Disable TCMalloc's heapchecker.
'linux_use_heapchecker%': 0,

Powered by Google App Engine
This is Rietveld 408576698