Chromium Code Reviews| Index: runtime/bin/bin.gypi |
| diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi |
| index 477cf08deb33498d7d7c1947f5ee79b98dfbc73c..b870838cc72a7913a914f14e24237d2dc282de42 100644 |
| --- a/runtime/bin/bin.gypi |
| +++ b/runtime/bin/bin.gypi |
| @@ -1151,6 +1151,9 @@ |
| 'dependencies': [ |
| '../third_party/tcmalloc/tcmalloc.gypi:tcmalloc', |
| ], |
| + 'defines': [ |
| + 'DART_USE_TCMALLOC' |
| + ], |
| }], |
| ], |
| 'configurations': { |
| @@ -1402,6 +1405,9 @@ |
| 'dependencies': [ |
| '../third_party/tcmalloc/tcmalloc.gypi:tcmalloc', |
| ], |
| + 'defines': [ |
| + 'DART_USE_TCMALLOC' |
| + ], |
| }], |
| ], |
| 'configurations': { |