Skip to content

Commit

Permalink
Fix remoting_unittests to pull in TCMalloc.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
willchan@chromium.org committed Oct 19, 2010
1 parent 2113872 commit a1f1111
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions remoting/remoting.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,14 @@
'sources': [
'host/capturer_linux_unittest.cc',
],
'conditions': [
[ 'linux_use_tcmalloc==1', {
'dependencies': [
'../base/allocator/allocator.gyp:allocator',
],
},
],
],
}],
['OS=="mac"', {
'sources': [
Expand Down

0 comments on commit a1f1111

Please sign in to comment.