| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 1bf233bc713d498e74305f1b6b587381802818c0..734d8e9ecd950e9cea9a14f6bb88942cd9c32b9e 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
|
|
|