From d9df2b506576b67796d44c024119b05b679658ca Mon Sep 17 00:00:00 2001 From: "glider@chromium.org" Date: Thu, 10 Dec 2009 12:06:15 +0000 Subject: Link the following tests against tcmalloc: app_unittests browser_tests startup_tests media_unittests printing_unittests net_unittests googleurl_unittests ipc_tests unit_tests ui_tests This patch was originally reviewed as http://codereview.chromium.org/466089 TBR=willchan Review URL: http://codereview.chromium.org/488004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34247 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc.gyp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ipc/ipc.gyp') diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp index 0d7c5b7..d823bec 100644 --- a/ipc/ipc.gyp +++ b/ipc/ipc.gyp @@ -63,6 +63,15 @@ '../views/views.gyp:views', ], }], + ['OS=="linux" or OS=="freebsd"', { + 'conditions': [ + ['linux_use_tcmalloc==1', { + 'dependencies': [ + '../base/allocator/allocator.gyp:allocator', + ], + }], + ], + }] ], }, ], -- cgit v1.1