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

Unified Diff: build/common.gypi

Issue 14321006: Adds TCMalloc support for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Always use phtread_once Created 7 years, 7 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 | « build/build_config.h ('k') | content/content_shell.gypi » ('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 95ce2db74bd0ea0fbc3abcf524fa3221fbd50879..e71eff050c986f4a9a06d4f846af7f8ca8e3bd02 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -955,6 +955,7 @@
# Enable TCMalloc.
'linux_use_tcmalloc%': 1,
+ 'android_use_tcmalloc%': 0,
# Disable TCMalloc's heapchecker.
'linux_use_heapchecker%': 0,
@@ -3223,7 +3224,7 @@
}],
],
}],
- ['linux_use_tcmalloc==0', {
+ ['linux_use_tcmalloc==0 and android_use_tcmalloc==0', {
'defines': ['NO_TCMALLOC'],
}],
['linux_keep_shadow_stacks==1', {
« no previous file with comments | « build/build_config.h ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698