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

Side by Side Diff: base/base.gypi

Issue 15418002: Record Chrome trace events in tcmalloc heap profiles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add system stats tracing to Chrome Created 7 years, 5 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 | base/debug/trace_event_impl.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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'debug/stack_trace_ios.mm', 143 'debug/stack_trace_ios.mm',
144 'debug/stack_trace_posix.cc', 144 'debug/stack_trace_posix.cc',
145 'debug/stack_trace_win.cc', 145 'debug/stack_trace_win.cc',
146 'debug/trace_event.h', 146 'debug/trace_event.h',
147 'debug/trace_event_android.cc', 147 'debug/trace_event_android.cc',
148 'debug/trace_event_impl.cc', 148 'debug/trace_event_impl.cc',
149 'debug/trace_event_impl.h', 149 'debug/trace_event_impl.h',
150 'debug/trace_event_impl_constants.cc', 150 'debug/trace_event_impl_constants.cc',
151 'debug/trace_event_memory.cc', 151 'debug/trace_event_memory.cc',
152 'debug/trace_event_memory.h', 152 'debug/trace_event_memory.h',
153 'debug/trace_event_system.cc',
154 'debug/trace_event_system.h',
153 'debug/trace_event_win.cc', 155 'debug/trace_event_win.cc',
154 'deferred_sequenced_task_runner.cc', 156 'deferred_sequenced_task_runner.cc',
155 'deferred_sequenced_task_runner.h', 157 'deferred_sequenced_task_runner.h',
156 'environment.cc', 158 'environment.cc',
157 'environment.h', 159 'environment.h',
158 'file_descriptor_posix.h', 160 'file_descriptor_posix.h',
159 'file_util.cc', 161 'file_util.cc',
160 'file_util.h', 162 'file_util.h',
161 'file_util_android.cc', 163 'file_util_android.cc',
162 'file_util_linux.cc', 164 'file_util_linux.cc',
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 877 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
876 'sources/': [ 878 'sources/': [
877 ['exclude', '^third_party/nspr/'], 879 ['exclude', '^third_party/nspr/'],
878 ], 880 ],
879 }], 881 }],
880 ], 882 ],
881 }], 883 }],
882 ], 884 ],
883 }, 885 },
884 } 886 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/trace_event_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698