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

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

Issue 287333002: tcmalloc: Only include cpu profiler in profiling=1 builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: different Created 6 years, 7 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 | « no previous file | 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) 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 'tcmalloc_dir': '../../third_party/tcmalloc/chromium', 7 'tcmalloc_dir': '../../third_party/tcmalloc/chromium',
8 'use_vtable_verify%': 0, 8 'use_vtable_verify%': 0,
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 '<(tcmalloc_dir)/src/base/vdso_support.cc', 360 '<(tcmalloc_dir)/src/base/vdso_support.cc',
361 '<(tcmalloc_dir)/src/base/vdso_support.h', 361 '<(tcmalloc_dir)/src/base/vdso_support.h',
362 '<(tcmalloc_dir)/src/maybe_threads.cc', 362 '<(tcmalloc_dir)/src/maybe_threads.cc',
363 '<(tcmalloc_dir)/src/maybe_threads.h', 363 '<(tcmalloc_dir)/src/maybe_threads.h',
364 '<(tcmalloc_dir)/src/symbolize.h', 364 '<(tcmalloc_dir)/src/symbolize.h',
365 '<(tcmalloc_dir)/src/system-alloc.cc', 365 '<(tcmalloc_dir)/src/system-alloc.cc',
366 '<(tcmalloc_dir)/src/system-alloc.h', 366 '<(tcmalloc_dir)/src/system-alloc.h',
367 367
368 # included by allocator_shim.cc 368 # included by allocator_shim.cc
369 'debugallocation_shim.cc', 369 'debugallocation_shim.cc',
370 370 ],
371 }],
372 ['OS=="win" or profiling!=1', {
373 'sources!': [
371 # cpuprofiler 374 # cpuprofiler
372 '<(tcmalloc_dir)/src/base/thread_lister.c', 375 '<(tcmalloc_dir)/src/base/thread_lister.c',
373 '<(tcmalloc_dir)/src/base/thread_lister.h', 376 '<(tcmalloc_dir)/src/base/thread_lister.h',
374 '<(tcmalloc_dir)/src/profiledata.cc', 377 '<(tcmalloc_dir)/src/profiledata.cc',
375 '<(tcmalloc_dir)/src/profiledata.h', 378 '<(tcmalloc_dir)/src/profiledata.h',
376 '<(tcmalloc_dir)/src/profile-handler.cc', 379 '<(tcmalloc_dir)/src/profile-handler.cc',
377 '<(tcmalloc_dir)/src/profile-handler.h', 380 '<(tcmalloc_dir)/src/profile-handler.h',
378 '<(tcmalloc_dir)/src/profiler.cc', 381 '<(tcmalloc_dir)/src/profiler.cc',
379 ], 382 ],
380 }], 383 }],
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'sources': [ 620 'sources': [
618 'type_profiler_map_unittest.cc', 621 'type_profiler_map_unittest.cc',
619 '<(tcmalloc_dir)/src/gperftools/type_profiler_map.h', 622 '<(tcmalloc_dir)/src/gperftools/type_profiler_map.h',
620 '<(tcmalloc_dir)/src/type_profiler_map.cc', 623 '<(tcmalloc_dir)/src/type_profiler_map.cc',
621 ], 624 ],
622 }, 625 },
623 ], 626 ],
624 }], 627 }],
625 ], 628 ],
626 } 629 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698