summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-19 21:15:00 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-19 21:15:00 +0000
commita1f11117524b3e70e1de961f817cb0b899a8bb53 (patch)
tree5ae3f99606c484c9b9af98658a7e0cc112b5f5de /remoting
parent2113872c11932d8d589f8a57823de0db237ad0de (diff)
downloadchromium_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.gyp8
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': [