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

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

Issue 231020: Preliminary fixes to enable link dependent objects.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « sandbox/src/interception_unittest.cc ('k') | webkit/extensions/v8/gears_extension.cc » ('j') | 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'tcmalloc', 8 'target_name': 'tcmalloc',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': 'C564F145-9172-42C3-BFCB-60FDEA124321', 10 'msvs_guid': 'C564F145-9172-42C3-BFCB-60FDEA124321',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'tcmalloc/src/heap-checker-bcad.cc', 201 'tcmalloc/src/heap-checker-bcad.cc',
202 'tcmalloc/src/heap-checker.cc', 202 'tcmalloc/src/heap-checker.cc',
203 'tcmalloc/src/heap-profiler.cc', 203 'tcmalloc/src/heap-profiler.cc',
204 'tcmalloc/src/memory_region_map.cc', 204 'tcmalloc/src/memory_region_map.cc',
205 'tcmalloc/src/memory_region_map.h', 205 'tcmalloc/src/memory_region_map.h',
206 'tcmalloc/src/profiledata.cc', 206 'tcmalloc/src/profiledata.cc',
207 'tcmalloc/src/profiledata.h', 207 'tcmalloc/src/profiledata.h',
208 'tcmalloc/src/profile-handler.cc', 208 'tcmalloc/src/profile-handler.cc',
209 'tcmalloc/src/profile-handler.h', 209 'tcmalloc/src/profile-handler.h',
210 'tcmalloc/src/profiler.cc', 210 'tcmalloc/src/profiler.cc',
211 'tcmalloc/src/raw_printer.cc',
212 'tcmalloc/src/raw_printer.h',
213 211
214 # don't use linux forked versions 212 # don't use linux forked versions
215 'malloc_hook.cc', 213 'malloc_hook.cc',
216 ], 214 ],
217 }], 215 }],
218 ['OS=="linux"', { 216 ['OS=="linux"', {
219 'sources!': [ 217 'sources!': [
220 'page_heap.cc', 218 'page_heap.cc',
221 'port.cc', 219 'port.cc',
222 'system-alloc.h', 220 'system-alloc.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 '$(VCInstallDir)lib', 284 '$(VCInstallDir)lib',
287 '<(SHARED_INTERMEDIATE_DIR)/tcmalloc', 285 '<(SHARED_INTERMEDIATE_DIR)/tcmalloc',
288 ], 286 ],
289 }, 287 },
290 ], 288 ],
291 }, 289 },
292 ], 290 ],
293 }], 291 }],
294 ], 292 ],
295 } 293 }
OLDNEW
« no previous file with comments | « sandbox/src/interception_unittest.cc ('k') | webkit/extensions/v8/gears_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698