summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc
diff options
context:
space:
mode:
authorpvalchev@chromium.org <pvalchev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-04 23:10:18 +0000
committerpvalchev@chromium.org <pvalchev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-04 23:10:18 +0000
commitcbb50db9d9184a60265d95d7d4401eb3df8033fd (patch)
tree6461c0818dcd042d6f1742a0c03c17e2ad5a54b1 /third_party/tcmalloc
parent5ac670a3a8c4e3e2f2b7ed3ad1190f9ed34dd512 (diff)
downloadchromium_src-cbb50db9d9184a60265d95d7d4401eb3df8033fd.zip
chromium_src-cbb50db9d9184a60265d95d7d4401eb3df8033fd.tar.gz
chromium_src-cbb50db9d9184a60265d95d7d4401eb3df8033fd.tar.bz2
I added FreeBSD-generated config files for libevent and tcmalloc, along with some remaining gyp file tweaks.
Review URL: http://codereview.chromium.org/3423021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61433 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc')
-rw-r--r--third_party/tcmalloc/chromium/src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/tcmalloc/chromium/src/config.h b/third_party/tcmalloc/chromium/src/config.h
index 812c67c..047b878 100644
--- a/third_party/tcmalloc/chromium/src/config.h
+++ b/third_party/tcmalloc/chromium/src/config.h
@@ -15,6 +15,8 @@
#include "third_party/tcmalloc/chromium/src/config_win.h"
#elif defined(OS_LINUX)
#include "third_party/tcmalloc/chromium/src/config_linux.h"
+#elif defined(OS_FREEBSD)
+#include "third_party/tcmalloc/chromium/src/config_freebsd.h"
#endif
#endif // CONFIG_H_