| Index: Source/web/web_tests.gyp
|
| diff --git a/Source/web/web_tests.gyp b/Source/web/web_tests.gyp
|
| index e957a7d7ad197c2b2e7702e9bc413e319b6b00c7..961b73b9a1ddc94f56d7424d93fe6be317f612bb 100644
|
| --- a/Source/web/web_tests.gyp
|
| +++ b/Source/web/web_tests.gyp
|
| @@ -169,7 +169,8 @@
|
| '../../public/web/mac',
|
| ],
|
| }],
|
| - [ 'os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and linux_use_tcmalloc==1', {
|
| + # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
|
| + [ 'os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and ((use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', {
|
| 'dependencies': [
|
| '<(DEPTH)/base/allocator/allocator.gyp:allocator',
|
| ],
|
|
|