diff options
Diffstat (limited to 'chrome/chrome_android.gypi')
-rw-r--r-- | chrome/chrome_android.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi index 00a3af2..8ba1f24 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', ], }], |