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

Side by Side Diff: third_party/tcmalloc/tcmalloc_sources.gypi

Issue 2367723004: Add tcmalloc to GN build (Closed)
Patch Set: Address comments Created 4 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
« no previous file with comments | « third_party/tcmalloc/BUILD.gn ('k') | tools/gn.py » ('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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 { 5 {
6 'sources': [ 6 'sources': [
7 # gperftools/src/ 7 # gperftools/src/
8 'gperftools/src/addressmap-inl.h', 8 'gperftools/src/addressmap-inl.h',
9 'gperftools/src/central_freelist.cc', 9 'gperftools/src/central_freelist.cc',
10 'gperftools/src/central_freelist.h', 10 'gperftools/src/central_freelist.h',
11 'gperftools/src/common.cc', 11 'gperftools/src/common.cc',
12 'gperftools/src/common.h', 12 'gperftools/src/common.h',
13 'gperftools/src/config_for_unittests.h', 13 'gperftools/src/config_for_unittests.h',
14 'gperftools/src/config.h',
15 'gperftools/src/config.h.in',
16 'gperftools/src/debugallocation.cc', 14 'gperftools/src/debugallocation.cc',
17 'gperftools/src/emergency_malloc.cc', 15 'gperftools/src/emergency_malloc.cc',
18 'gperftools/src/emergency_malloc_for_stacktrace.cc', 16 'gperftools/src/emergency_malloc_for_stacktrace.cc',
19 'gperftools/src/emergency_malloc.h', 17 'gperftools/src/emergency_malloc.h',
20 'gperftools/src/fake_stacktrace_scope.cc', 18 'gperftools/src/fake_stacktrace_scope.cc',
21 'gperftools/src/getenv_safe.h', 19 'gperftools/src/getenv_safe.h',
22 'gperftools/src/getpc.h', 20 'gperftools/src/getpc.h',
23 'gperftools/src/heap-checker-bcad.cc', 21 'gperftools/src/heap-checker-bcad.cc',
24 'gperftools/src/heap-checker.cc', 22 'gperftools/src/heap-checker.cc',
25 'gperftools/src/heap-profiler.cc', 23 'gperftools/src/heap-profiler.cc',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 143
146 # gperftools/src/gperftools/ 144 # gperftools/src/gperftools/
147 'gperftools/src/gperftools/heap-checker.h', 145 'gperftools/src/gperftools/heap-checker.h',
148 'gperftools/src/gperftools/heap-profiler.h', 146 'gperftools/src/gperftools/heap-profiler.h',
149 'gperftools/src/gperftools/malloc_extension_c.h', 147 'gperftools/src/gperftools/malloc_extension_c.h',
150 'gperftools/src/gperftools/malloc_extension.h', 148 'gperftools/src/gperftools/malloc_extension.h',
151 'gperftools/src/gperftools/malloc_hook_c.h', 149 'gperftools/src/gperftools/malloc_hook_c.h',
152 'gperftools/src/gperftools/malloc_hook.h', 150 'gperftools/src/gperftools/malloc_hook.h',
153 'gperftools/src/gperftools/profiler.h', 151 'gperftools/src/gperftools/profiler.h',
154 'gperftools/src/gperftools/stacktrace.h', 152 'gperftools/src/gperftools/stacktrace.h',
155 'gperftools/src/gperftools/tcmalloc.h',
156 'gperftools/src/gperftools/tcmalloc.h.in',
157 153
158 # gperftools/src/third_party/ 154 # gperftools/src/third_party/
159 'gperftools/src/third_party/valgrind.h', 155 'gperftools/src/third_party/valgrind.h',
160 ], 156 ],
161 } 157 }
OLDNEW
« no previous file with comments | « third_party/tcmalloc/BUILD.gn ('k') | tools/gn.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698