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

Unified Diff: content/content_shell.gypi

Issue 14321006: Adds TCMalloc support for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Just my patch 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: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 7381c94fb13d2768d3424fff1116bd5ee32c0f9a..b2dbb8335f40509d0e5bc25daf9fca2da4528306 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -194,6 +194,11 @@
'../webkit/support/webkit_support.gyp:webkit_support',
],
}], # OS=="android"
+ ['OS=="android" and android_use_tcmalloc==1', {
+ 'dependencies': [
+ '../base/allocator/allocator.gyp:allocator',
+ ],
+ }],
['os_posix==1 and use_aura==1 and linux_use_tcmalloc==1', {
'dependencies': [
# This is needed by content/app/content_main_runner.cc

Powered by Google App Engine
This is Rietveld 408576698