summaryrefslogtreecommitdiffstats
path: root/gpu/gles2_conform_support/gles2_conform_support.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/gles2_conform_support/gles2_conform_support.gyp')
-rw-r--r--gpu/gles2_conform_support/gles2_conform_support.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gpu/gles2_conform_support/gles2_conform_support.gyp b/gpu/gles2_conform_support/gles2_conform_support.gyp
index d34996e..92af9d9 100644
--- a/gpu/gles2_conform_support/gles2_conform_support.gyp
+++ b/gpu/gles2_conform_support/gles2_conform_support.gyp
@@ -107,8 +107,7 @@
],
'conditions': [
# See http://crbug.com/162998#c4 for why this is needed.
- # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
- ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', {
+ ['OS=="linux" and use_allocator!="none"', {
'dependencies': [
'../../base/allocator/allocator.gyp:allocator',
],