Chromium Code Reviews| Index: base/allocator/BUILD.gn |
| diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn |
| index ad781f8f86d685998867bf56b74bb1aefa20c134..ffcd03387656910a302cd746a33f774ee75f6e3e 100644 |
| --- a/base/allocator/BUILD.gn |
| +++ b/base/allocator/BUILD.gn |
| @@ -249,7 +249,6 @@ if (use_allocator == "tcmalloc") { |
| "$tcmalloc_dir/src/profiledata.h", |
| "$tcmalloc_dir/src/profiler.cc", |
| ] |
| - defines += [ "PERFTOOLS_DLL_DECL=" ] |
| configs -= [ |
| # Tcmalloc defines this itself, and we don't want duplicate definition |