diff options
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': [ |