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

Side by Side Diff: base/trace_event/trace_event.gypi

Issue 1900223003: [tracing] Ignore tracing allocations in heap profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cc file and inline. Created 4 years, 8 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 | « base/trace_event/trace_buffer.cc ('k') | base/trace_event/trace_log.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'variables': { 5 'variables': {
6 'trace_event_sources' : [ 6 'trace_event_sources' : [
7 'trace_event/blame_context.cc', 7 'trace_event/blame_context.cc',
8 'trace_event/blame_context.h', 8 'trace_event/blame_context.h',
9 'trace_event/common/trace_event_common.h', 9 'trace_event/common/trace_event_common.h',
10 'trace_event/heap_profiler.h',
10 'trace_event/heap_profiler_allocation_context.cc', 11 'trace_event/heap_profiler_allocation_context.cc',
11 'trace_event/heap_profiler_allocation_context.h', 12 'trace_event/heap_profiler_allocation_context.h',
12 'trace_event/heap_profiler_allocation_context_tracker.cc', 13 'trace_event/heap_profiler_allocation_context_tracker.cc',
13 'trace_event/heap_profiler_allocation_context_tracker.h', 14 'trace_event/heap_profiler_allocation_context_tracker.h',
14 'trace_event/heap_profiler_allocation_register.cc', 15 'trace_event/heap_profiler_allocation_register.cc',
15 'trace_event/heap_profiler_allocation_register_posix.cc', 16 'trace_event/heap_profiler_allocation_register_posix.cc',
16 'trace_event/heap_profiler_allocation_register_win.cc', 17 'trace_event/heap_profiler_allocation_register_win.cc',
17 'trace_event/heap_profiler_allocation_register.h', 18 'trace_event/heap_profiler_allocation_register.h',
18 'trace_event/heap_profiler_heap_dump_writer.cc', 19 'trace_event/heap_profiler_heap_dump_writer.cc',
19 'trace_event/heap_profiler_heap_dump_writer.h', 20 'trace_event/heap_profiler_heap_dump_writer.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 ], 96 ],
96 }], 97 }],
97 ['OS == "android"', { 98 ['OS == "android"', {
98 'trace_event_test_sources' : [ 99 'trace_event_test_sources' : [
99 'trace_event/trace_event_android_unittest.cc', 100 'trace_event/trace_event_android_unittest.cc',
100 ], 101 ],
101 }], 102 }],
102 ], 103 ],
103 }, 104 },
104 } 105 }
OLDNEW
« no previous file with comments | « base/trace_event/trace_buffer.cc ('k') | base/trace_event/trace_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698