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

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: Peter's comments 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
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 35e792841d7fee3fc9c3ff44cd99898927da5e41..149b83763921e1f72e448f1edd4343973483c6dc 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',
+ ],
+ }],
Dai Mikurube (NOT FULLTIME) 2013/05/09 17:04:51 Ah, but finally, I'm not sure it should be added h
bulach 2013/05/09 17:33:58 this is exactly the same as the block below :) eac
['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