| Index: chrome/chrome_android.gypi
|
| diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
|
| index 00a3af2ad8ab8e9f190fb23c94bcec79f7b92985..8ba1f24166690dd1e3cc4e65c6226c5dac43823a 100644
|
| --- a/chrome/chrome_android.gypi
|
| +++ b/chrome/chrome_android.gypi
|
| @@ -39,8 +39,7 @@
|
| }],
|
| ],
|
| }],
|
| - # TODO(dmikurube): Kill android_use_tcmalloc. http://crbug.com/345554
|
| - [ '(use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use_allocator=="see_use_tcmalloc" and android_use_tcmalloc==1)', {
|
| + [ 'use_allocator!="none"', {
|
| 'dependencies': [
|
| '../base/allocator/allocator.gyp:allocator', ],
|
| }],
|
|
|