Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 30f8bb5fb9ceb3589b5c11960571b8f80893707c..c0672bbca9f82cd8f496796208ad95a983347c73 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -629,7 +629,9 @@ |
'../third_party/angle/src/build_angle.gyp:libGLESv2', |
], |
}], |
- ['OS=="win" and win_use_allocator_shim==1', { |
+ ['(OS=="win" and win_use_allocator_shim==1) or ' |
+ '(os_posix == 1 and OS != "mac" and OS != "android" and ' |
+ ' linux_use_tcmalloc==1)', { |
'dependencies': [ |
'../base/allocator/allocator.gyp:allocator', |
], |