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

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: make heap_profiler.h and rebase 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
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.cc',
11 'trace_event/heap_profiler.h',
10 'trace_event/heap_profiler_allocation_context.cc', 12 'trace_event/heap_profiler_allocation_context.cc',
11 'trace_event/heap_profiler_allocation_context.h', 13 'trace_event/heap_profiler_allocation_context.h',
12 'trace_event/heap_profiler_allocation_context_tracker.cc', 14 'trace_event/heap_profiler_allocation_context_tracker.cc',
13 'trace_event/heap_profiler_allocation_context_tracker.h', 15 'trace_event/heap_profiler_allocation_context_tracker.h',
14 'trace_event/heap_profiler_allocation_register.cc', 16 'trace_event/heap_profiler_allocation_register.cc',
15 'trace_event/heap_profiler_allocation_register_posix.cc', 17 'trace_event/heap_profiler_allocation_register_posix.cc',
16 'trace_event/heap_profiler_allocation_register_win.cc', 18 'trace_event/heap_profiler_allocation_register_win.cc',
17 'trace_event/heap_profiler_allocation_register.h', 19 'trace_event/heap_profiler_allocation_register.h',
18 'trace_event/heap_profiler_heap_dump_writer.cc', 20 'trace_event/heap_profiler_heap_dump_writer.cc',
19 'trace_event/heap_profiler_heap_dump_writer.h', 21 'trace_event/heap_profiler_heap_dump_writer.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 ], 97 ],
96 }], 98 }],
97 ['OS == "android"', { 99 ['OS == "android"', {
98 'trace_event_test_sources' : [ 100 'trace_event_test_sources' : [
99 'trace_event/trace_event_android_unittest.cc', 101 'trace_event/trace_event_android_unittest.cc',
100 ], 102 ],
101 }], 103 }],
102 ], 104 ],
103 }, 105 },
104 } 106 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698