summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-20 12:22:51 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-20 12:22:51 +0000
commitdb3fb1cb119f862b96ca3de8f74ff647fef6f94e (patch)
treed547159ec152ac05ed793f9cac867b500a42a8f7 /base
parentfa82f93da256dede111ee4143c340e55a195d7e3 (diff)
downloadchromium_src-db3fb1cb119f862b96ca3de8f74ff647fef6f94e.zip
chromium_src-db3fb1cb119f862b96ca3de8f74ff647fef6f94e.tar.gz
chromium_src-db3fb1cb119f862b96ca3de8f74ff647fef6f94e.tar.bz2
The newer version of tcmalloc should fix the problems with running tcmalloc under Valgrind.
Review URL: http://codereview.chromium.org/1735024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47789 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/allocator/allocator.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index d3ab4a9..a1ad04d 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -57,7 +57,7 @@
'<(tcmalloc_dir)/src/base/basictypes.h',
'<(tcmalloc_dir)/src/base/commandlineflags.h',
'<(tcmalloc_dir)/src/base/cycleclock.h',
- # We don't list dynamic_annotations.cc since its copy is already
+ # We don't list dynamic_annotations.c since its copy is already
# present in the dynamic_annotations target.
'<(tcmalloc_dir)/src/base/dynamic_annotations.h',
'<(tcmalloc_dir)/src/base/elfcore.h',