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

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: review comments 3 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
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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'debug/stack_trace.h', 139 'debug/stack_trace.h',
140 'debug/stack_trace_android.cc', 140 'debug/stack_trace_android.cc',
141 'debug/stack_trace_ios.mm', 141 'debug/stack_trace_ios.mm',
142 'debug/stack_trace_posix.cc', 142 'debug/stack_trace_posix.cc',
143 'debug/stack_trace_win.cc', 143 'debug/stack_trace_win.cc',
144 'debug/trace_event.h', 144 'debug/trace_event.h',
145 'debug/trace_event_android.cc', 145 'debug/trace_event_android.cc',
146 'debug/trace_event_impl.cc', 146 'debug/trace_event_impl.cc',
147 'debug/trace_event_impl.h', 147 'debug/trace_event_impl.h',
148 'debug/trace_event_impl_constants.cc', 148 'debug/trace_event_impl_constants.cc',
149 'debug/trace_event_memory.cc',
150 'debug/trace_event_memory.h',
149 'debug/trace_event_win.cc', 151 'debug/trace_event_win.cc',
150 'deferred_sequenced_task_runner.cc', 152 'deferred_sequenced_task_runner.cc',
151 'deferred_sequenced_task_runner.h', 153 'deferred_sequenced_task_runner.h',
152 'environment.cc', 154 'environment.cc',
153 'environment.h', 155 'environment.h',
154 'file_descriptor_posix.h', 156 'file_descriptor_posix.h',
155 'file_util.cc', 157 'file_util.cc',
156 'file_util.h', 158 'file_util.h',
157 'file_util_android.cc', 159 'file_util_android.cc',
158 'file_util_linux.cc', 160 'file_util_linux.cc',
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 865 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
864 'sources/': [ 866 'sources/': [
865 ['exclude', '^third_party/nspr/'], 867 ['exclude', '^third_party/nspr/'],
866 ], 868 ],
867 }], 869 }],
868 ], 870 ],
869 }], 871 }],
870 ], 872 ],
871 }, 873 },
872 } 874 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/debug/trace_event.h » ('j') | base/debug/trace_event_memory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698