Index: webkit/tools/test_shell/test_shell.gyp |
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp |
index f805b097816156fb44ffb26d6be02d8abe2b3ac9..9baad37e29f508c095d464fd2f0d2bd72db3efdb 100644 |
--- a/webkit/tools/test_shell/test_shell.gyp |
+++ b/webkit/tools/test_shell/test_shell.gyp |
@@ -290,6 +290,14 @@ |
], |
}], |
['OS=="linux"', { |
+ 'conditions': [ |
+ [ 'linux_use_tcmalloc==1', { |
+ 'dependencies': [ |
+ '../../../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', |
+ ], |
+ }, |
+ ], |
+ ], |
'dependencies': [ |
'../../../build/linux/system.gyp:gtk', |
'test_shell_resources', |