diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-24 09:53:31 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-24 09:53:31 +0000 |
commit | d06e455c161c0e52849a0f85581947f6f20cf8de (patch) | |
tree | 716b29f0a098588b1bb177a010708c87f704ddf4 /base/allocator | |
parent | 779f0af5c653dfc83cb831ebbfead8dd0344fbc1 (diff) | |
download | chromium_src-d06e455c161c0e52849a0f85581947f6f20cf8de.zip chromium_src-d06e455c161c0e52849a0f85581947f6f20cf8de.tar.gz chromium_src-d06e455c161c0e52849a0f85581947f6f20cf8de.tar.bz2 |
Re-land http://codereview.chromium.org/1735024/show to assess the performance.
TBR=antonm,willchan
Review URL: http://codereview.chromium.org/2164001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/allocator')
-rw-r--r-- | base/allocator/allocator.gyp | 2 |
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', |