| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 6ec38e285fc7c35372001134ce2294dbf6aefbf7..3a532cf31c2cedae8c9ac53b9e645ac95107d2b9 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -628,7 +628,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',
|
| ],
|
|
|