diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-19 21:15:00 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-19 21:15:00 +0000 |
commit | a1f11117524b3e70e1de961f817cb0b899a8bb53 (patch) | |
tree | 5ae3f99606c484c9b9af98658a7e0cc112b5f5de /remoting | |
parent | 2113872c11932d8d589f8a57823de0db237ad0de (diff) | |
download | chromium_src-a1f11117524b3e70e1de961f817cb0b899a8bb53.zip chromium_src-a1f11117524b3e70e1de961f817cb0b899a8bb53.tar.gz chromium_src-a1f11117524b3e70e1de961f817cb0b899a8bb53.tar.bz2 |
Fix remoting_unittests to pull in TCMalloc.
BUG=40467
TEST=remoting_unittests builds with heapchecker :)
Review URL: http://codereview.chromium.org/3905001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index b45bdce..c1112a1 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -452,6 +452,14 @@ 'sources': [ 'host/capturer_linux_unittest.cc', ], + 'conditions': [ + [ 'linux_use_tcmalloc==1', { + 'dependencies': [ + '../base/allocator/allocator.gyp:allocator', + ], + }, + ], + ], }], ['OS=="mac"', { 'sources': [ |