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

Side by Side Diff: third_party/tcmalloc/tcmalloc.gyp

Issue 187008: Landing for Anton Muhin's tcmalloc patch:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/tcmalloc/page_heap.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../../build/common.gypi', 7 '../../build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'tcmalloc/src/profile-handler.cc', 114 'tcmalloc/src/profile-handler.cc',
115 'tcmalloc/src/profile-handler.h', 115 'tcmalloc/src/profile-handler.h',
116 'tcmalloc/src/profiler.cc', 116 'tcmalloc/src/profiler.cc',
117 'tcmalloc/src/raw_printer.cc', 117 'tcmalloc/src/raw_printer.cc',
118 'tcmalloc/src/raw_printer.h', 118 'tcmalloc/src/raw_printer.h',
119 119
120 # tcmalloc forked files 120 # tcmalloc forked files
121 'allocator_shim.cc', 121 'allocator_shim.cc',
122 'generic_allocators.cc', 122 'generic_allocators.cc',
123 'page_heap.cc', 123 'page_heap.cc',
124 'page_heap.h',
124 'port.cc', 125 'port.cc',
125 'system-alloc.h', 126 'system-alloc.h',
126 'tcmalloc.cc', 127 'tcmalloc.cc',
127 'win_allocator.cc', 128 'win_allocator.cc',
128 129
129 'malloc_hook.cc', 130 'malloc_hook.cc',
130 131
131 # jemalloc files 132 # jemalloc files
132 'jemalloc/jemalloc.c', 133 'jemalloc/jemalloc.c',
133 'jemalloc/jemalloc.h', 134 'jemalloc/jemalloc.h',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 '$(VCInstallDir)lib', 257 '$(VCInstallDir)lib',
257 '<(SHARED_INTERMEDIATE_DIR)/tcmalloc', 258 '<(SHARED_INTERMEDIATE_DIR)/tcmalloc',
258 ], 259 ],
259 }, 260 },
260 ], 261 ],
261 }, 262 },
262 ], 263 ],
263 }], 264 }],
264 ], 265 ],
265 } 266 }
OLDNEW
« no previous file with comments | « third_party/tcmalloc/page_heap.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698