diff options
-rw-r--r-- | ui/snapshot/snapshot.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/snapshot/snapshot.gyp b/ui/snapshot/snapshot.gyp index 9f71d0d..2346483 100644 --- a/ui/snapshot/snapshot.gyp +++ b/ui/snapshot/snapshot.gyp @@ -66,6 +66,12 @@ '../compositor/compositor.gyp:compositor_test_support', ], }], + # See http://crbug.com/162998#c4 for why this is needed. + ['OS=="linux" and linux_use_tcmalloc==1', { + 'dependencies': [ + '../../base/allocator/allocator.gyp:allocator', + ], + }], ], }, ], |