diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell.gyp')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index 7a7b61e..532da24 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -291,12 +291,11 @@ }], ['OS=="linux"', { 'conditions': [ - [ 'linux_use_tcmalloc==1', { - 'dependencies': [ - '../../../base/allocator/allocator.gyp:allocator', - ], - }, - ], + ['linux_use_tcmalloc==1', { + 'dependencies': [ + '../../../base/allocator/allocator.gyp:allocator', + ], + }], ], 'dependencies': [ '../../../build/linux/system.gyp:gtk', @@ -478,6 +477,15 @@ '../webcore_unit_tests/TransparencyWin_unittest.cpp', ], }], + ['OS=="linux" or OS=="freebsd"', { + 'conditions': [ + ['linux_use_tcmalloc==1', { + 'dependencies': [ + '../../../base/allocator/allocator.gyp:allocator', + ], + }], + ], + }], ], }, { |