summaryrefslogtreecommitdiffstats
path: root/content/content_app.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_app.gypi')
-rw-r--r--content/content_app.gypi7
1 files changed, 7 insertions, 0 deletions
diff --git a/content/content_app.gypi b/content/content_app.gypi
index 6187bce..a66a12d 100644
--- a/content/content_app.gypi
+++ b/content/content_app.gypi
@@ -35,6 +35,13 @@
'public/app/startup_helper_win.h',
],
'conditions': [
+ # TODO(dmikurube): Kill {linux|android}_use_tcmalloc. http://crbug.com/345554
+ ['(use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use_allocator=="see_use_tcmalloc" and ((OS=="linux" and os_posix==1 and use_aura==1 and linux_use_tcmalloc==1) or (OS=="android" and android_use_tcmalloc==1)))', {
+ 'dependencies': [
+ # This is needed by app/content_main_runner.cc
+ '../base/allocator/allocator.gyp:allocator',
+ ],
+ }],
['OS=="win"', {
'dependencies': [
'../sandbox/sandbox.gyp:sandbox',