Chromium Code Reviews| Index: base/base.gyp |
| diff --git a/base/base.gyp b/base/base.gyp |
| index 7c2b54d8a872b5cc19a43a3c9ff3f1343c0eae2c..3a8fd6eaa87b431bd86dc4abc0ba6af2d3d25b12 100644 |
| --- a/base/base.gyp |
| +++ b/base/base.gyp |
| @@ -35,6 +35,13 @@ |
| ], |
| }, |
| 'conditions': [ |
| + ['(OS=="linux" and linux_use_tcmalloc==1) or \ |
| + (OS=="android" and android_use_tcmalloc==1) or \ |
| + (OS=="win" and win_use_allocator_shim==1)', { |
| + 'dependencies': [ |
| + 'allocator/allocator.gyp:allocator', |
| + ], |
| + }], |
| ['desktop_linux == 1 or chromeos == 1', { |
| 'conditions': [ |
| ['chromeos==1', { |