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

Unified Diff: base/allocator/allocator.gyp

Issue 576001: Merged third_party/tcmalloc/vendor/src(google-perftools r87) into... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Removed the unnecessary printf and ASSERT(0) Created 10 years, 9 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
« no previous file with comments | « no previous file | third_party/tcmalloc/chromium/src/base/basictypes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/allocator/allocator.gyp
===================================================================
--- base/allocator/allocator.gyp (revision 41942)
+++ base/allocator/allocator.gyp (working copy)
@@ -145,12 +145,10 @@
'<(tcmalloc_dir)/src/static_vars.h',
'<(tcmalloc_dir)/src/symbolize.cc',
'<(tcmalloc_dir)/src/symbolize.h',
- '<(tcmalloc_dir)/src/symbolize_linux.cc',
'<(tcmalloc_dir)/src/system-alloc.cc',
'<(tcmalloc_dir)/src/system-alloc.h',
'<(tcmalloc_dir)/src/tcmalloc.cc',
'<(tcmalloc_dir)/src/tcmalloc_guard.h',
- '<(tcmalloc_dir)/src/tcmalloc_linux.cc',
'<(tcmalloc_dir)/src/thread_cache.cc',
'<(tcmalloc_dir)/src/thread_cache.h',
'<(tcmalloc_dir)/src/windows/config.h',
@@ -186,11 +184,7 @@
# Included by allocator_shim.cc for maximal inlining.
'generic_allocators.cc',
'win_allocator.cc',
- '<(tcmalloc_dir)/src/tcmalloc.cc',
- # Unneeded on Windows, symbolize_linux.cc used there instead.
- '<(tcmalloc_dir)/src/symbolize.cc',
-
# We simply don't use these, but list them above so that IDE
# users can view the full available source for reference, etc.
'<(tcmalloc_dir)/src/addressmap-inl.h',
@@ -291,9 +285,8 @@
'<(tcmalloc_dir)/src/system-alloc.cc',
'<(tcmalloc_dir)/src/system-alloc.h',
- # don't use linux forked version
- '<(tcmalloc_dir)/src/tcmalloc_linux.cc',
- '<(tcmalloc_dir)/src/symbolize_linux.cc',
+ # included by allocator_shim.cc
+ '<(tcmalloc_dir)/src/tcmalloc.cc',
# heap-profiler/checker/cpuprofiler
'<(tcmalloc_dir)/src/base/thread_lister.c',
@@ -327,18 +320,7 @@
'<(jemalloc_dir)/qr.h',
'<(jemalloc_dir)/rb.h',
- # TODO(willchan): Return to using this when page_heap_linux.cc
- # becomes unnecessary.
- '<(tcmalloc_dir)/src/page_heap.cc',
],
- # TODO(willchan): This is actually just a branched copy of the
- # vanilla upstream page_heap.cc. The current forked copy of
- # page_heap.cc has Windows-specific code in it so Linux can't
- # use it. These need to be refactored so we can track changes
- # to the upstream page_heap.cc without duplication.
- 'sources': [
- '<(tcmalloc_dir)/src/page_heap_linux.cc',
- ],
'cflags!': [
'-fvisibility=hidden',
],
« no previous file with comments | « no previous file | third_party/tcmalloc/chromium/src/base/basictypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698