diff options
author | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-19 05:28:08 +0000 |
---|---|---|
committer | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-19 05:28:08 +0000 |
commit | 1dea9ccf25bb8e984173358bf58040ce39a0bede (patch) | |
tree | 605cb6a05b74f0813cfceabb9fb4fef9078bd176 /base/allocator | |
parent | af3a05f228f4cf4ec0ddc8b929623fcbc3ead4a9 (diff) | |
download | chromium_src-1dea9ccf25bb8e984173358bf58040ce39a0bede.zip chromium_src-1dea9ccf25bb8e984173358bf58040ce39a0bede.tar.gz chromium_src-1dea9ccf25bb8e984173358bf58040ce39a0bede.tar.bz2 |
Don't compile heap-profile-table.cc on windows
This was causing linker errors.
BUG=
TEST=
Review URL: http://codereview.chromium.org/9724004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127431 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/allocator')
-rw-r--r-- | base/allocator/allocator.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp index 9b5ecc0..873e2d7 100644 --- a/base/allocator/allocator.gyp +++ b/base/allocator/allocator.gyp @@ -330,6 +330,8 @@ '<(tcmalloc_dir)/src/heap-checker-bcad.cc', '<(tcmalloc_dir)/src/heap-checker.cc', '<(tcmalloc_dir)/src/heap-profiler.cc', + '<(tcmalloc_dir)/src/heap-profile-table.cc', + '<(tcmalloc_dir)/src/heap-profile-table.h', '<(tcmalloc_dir)/src/memory_region_map.cc', '<(tcmalloc_dir)/src/memory_region_map.h', '<(tcmalloc_dir)/src/profiledata.cc', |