Chromium Code Reviews| Index: third_party/tcmalloc/tcmalloc.gyp |
| =================================================================== |
| --- third_party/tcmalloc/tcmalloc.gyp (revision 30453) |
| +++ third_party/tcmalloc/tcmalloc.gyp (working copy) |
| @@ -232,6 +232,9 @@ |
| # TODO(willchan): Unfork linux. |
| 'tcmalloc/src/malloc_hook.cc', |
| ], |
| + 'cflags!': [ |
| + '-fvisibility=hidden', |
| + ], |
| 'link_settings': { |
| 'ldflags': [ |
| # Don't let linker rip this symbol out, otherwise the heap&cpu |