Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: third_party/cld/base/build_config.h

Issue 1632253002: Allocator cleanup: remove CHROME_PROFILER_TIME and rotten tcmalloc deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« base/profiler/alternate_timer.h ('K') | « third_party/cld/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cld/base/build_config.h
diff --git a/third_party/cld/base/build_config.h b/third_party/cld/base/build_config.h
index ef6d40b96677656188910fd4015a4be53feae98b..6fbf5c172e607afa1d28941d74dae08493322b00 100644
--- a/third_party/cld/base/build_config.h
+++ b/third_party/cld/base/build_config.h
@@ -58,11 +58,6 @@
#define USE_BASE_DATA_PACK 1
#endif
-// Use tcmalloc
-#if defined(OS_WIN) && ! defined(NO_TCMALLOC)
-#define USE_TCMALLOC 1
-#endif
-
// Compiler detection.
#if defined(__GNUC__)
#define COMPILER_GCC 1
« base/profiler/alternate_timer.h ('K') | « third_party/cld/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698