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

Side by Side Diff: base/allocator/allocator.gyp

Issue 10535049: Try not to inline tcmalloc::Abort() so we can find it in stack trace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'jemalloc_dir': '../../third_party/jemalloc/chromium', 7 'jemalloc_dir': '../../third_party/jemalloc/chromium',
8 'tcmalloc_dir': '../../third_party/tcmalloc/chromium', 8 'tcmalloc_dir': '../../third_party/tcmalloc/chromium',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 }, 45 },
46 'sources': [ 46 'sources': [
47 # Generated for our configuration from tcmalloc's build 47 # Generated for our configuration from tcmalloc's build
48 # and checked in. 48 # and checked in.
49 '<(tcmalloc_dir)/src/config.h', 49 '<(tcmalloc_dir)/src/config.h',
50 '<(tcmalloc_dir)/src/config_linux.h', 50 '<(tcmalloc_dir)/src/config_linux.h',
51 '<(tcmalloc_dir)/src/config_win.h', 51 '<(tcmalloc_dir)/src/config_win.h',
52 52
53 # all tcmalloc native and forked files 53 # all tcmalloc native and forked files
54 '<(tcmalloc_dir)/src/addressmap-inl.h', 54 '<(tcmalloc_dir)/src/addressmap-inl.h',
55 '<(tcmalloc_dir)/src/base/abort.cc',
56 '<(tcmalloc_dir)/src/base/abort.h',
57 '<(tcmalloc_dir)/src/base/arm_instruction_set_select.h',
55 '<(tcmalloc_dir)/src/base/atomicops-internals-linuxppc.h', 58 '<(tcmalloc_dir)/src/base/atomicops-internals-linuxppc.h',
56 '<(tcmalloc_dir)/src/base/arm_instruction_set_select.h',
57 '<(tcmalloc_dir)/src/base/atomicops-internals-arm-generic.h', 59 '<(tcmalloc_dir)/src/base/atomicops-internals-arm-generic.h',
58 '<(tcmalloc_dir)/src/base/atomicops-internals-arm-v6plus.h', 60 '<(tcmalloc_dir)/src/base/atomicops-internals-arm-v6plus.h',
59 '<(tcmalloc_dir)/src/base/atomicops-internals-macosx.h', 61 '<(tcmalloc_dir)/src/base/atomicops-internals-macosx.h',
60 '<(tcmalloc_dir)/src/base/atomicops-internals-windows.h', 62 '<(tcmalloc_dir)/src/base/atomicops-internals-windows.h',
61 '<(tcmalloc_dir)/src/base/atomicops-internals-x86.cc', 63 '<(tcmalloc_dir)/src/base/atomicops-internals-x86.cc',
62 '<(tcmalloc_dir)/src/base/atomicops-internals-x86.h', 64 '<(tcmalloc_dir)/src/base/atomicops-internals-x86.h',
63 '<(tcmalloc_dir)/src/base/atomicops.h', 65 '<(tcmalloc_dir)/src/base/atomicops.h',
64 '<(tcmalloc_dir)/src/base/basictypes.h', 66 '<(tcmalloc_dir)/src/base/basictypes.h',
65 '<(tcmalloc_dir)/src/base/commandlineflags.h', 67 '<(tcmalloc_dir)/src/base/commandlineflags.h',
66 '<(tcmalloc_dir)/src/base/cycleclock.h', 68 '<(tcmalloc_dir)/src/base/cycleclock.h',
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 'dependencies': [ 525 'dependencies': [
524 '../../testing/gtest.gyp:gtest', 526 '../../testing/gtest.gyp:gtest',
525 '../base.gyp:base', 527 '../base.gyp:base',
526 'allocator', 528 'allocator',
527 ], 529 ],
528 }, 530 },
529 ], 531 ],
530 }], 532 }],
531 ], 533 ],
532 } 534 }
OLDNEW
« no previous file with comments | « no previous file | third_party/tcmalloc/chromium/src/base/abort.h » ('j') | third_party/tcmalloc/chromium/src/base/abort.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698