diff options
Diffstat (limited to 'media/media.gyp')
-rw-r--r-- | media/media.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/media/media.gyp b/media/media.gyp index 98fdb81..334f94e 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -1424,6 +1424,12 @@ 'tools/shader_bench/window_win.cc', ], }], + # See http://crbug.com/162998#c4 for why this is needed. + ['OS=="linux" and linux_use_tcmalloc==1', { + 'dependencies': [ + '../base/allocator/allocator.gyp:allocator', + ], + }], ], # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 'msvs_disabled_warnings': [ 4267, ], |