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 |