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

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

Issue 1419633004: [Tracing] Introduce HeapDumpWriter helper class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nits Created 5 years, 1 month 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/process_memory_dump.cc ('k') | 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 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/exported/trace_event_common.h', 7 'trace_event/exported/trace_event_common.h',
8 'trace_event/java_heap_dump_provider_android.cc', 8 'trace_event/java_heap_dump_provider_android.cc',
9 'trace_event/java_heap_dump_provider_android.h', 9 'trace_event/java_heap_dump_provider_android.h',
10 'trace_event/memory_allocator_dump.cc', 10 'trace_event/memory_allocator_dump.cc',
11 'trace_event/memory_allocator_dump.h', 11 'trace_event/memory_allocator_dump.h',
12 'trace_event/memory_allocator_dump_guid.cc', 12 'trace_event/memory_allocator_dump_guid.cc',
13 'trace_event/memory_allocator_dump_guid.h', 13 'trace_event/memory_allocator_dump_guid.h',
14 'trace_event/memory_dump_manager.cc', 14 'trace_event/memory_dump_manager.cc',
15 'trace_event/memory_dump_manager.h', 15 'trace_event/memory_dump_manager.h',
16 'trace_event/memory_dump_provider.h', 16 'trace_event/memory_dump_provider.h',
17 'trace_event/memory_dump_request_args.cc', 17 'trace_event/memory_dump_request_args.cc',
18 'trace_event/memory_dump_request_args.h', 18 'trace_event/memory_dump_request_args.h',
19 'trace_event/memory_dump_session_state.cc', 19 'trace_event/memory_dump_session_state.cc',
20 'trace_event/memory_dump_session_state.h', 20 'trace_event/memory_dump_session_state.h',
21 'trace_event/memory_profiler_allocation_context.cc', 21 'trace_event/memory_profiler_allocation_context.cc',
22 'trace_event/memory_profiler_allocation_context.h', 22 'trace_event/memory_profiler_allocation_context.h',
23 'trace_event/memory_profiler_allocation_register.cc', 23 'trace_event/memory_profiler_allocation_register.cc',
24 'trace_event/memory_profiler_allocation_register_posix.cc', 24 'trace_event/memory_profiler_allocation_register_posix.cc',
25 'trace_event/memory_profiler_allocation_register_win.cc', 25 'trace_event/memory_profiler_allocation_register_win.cc',
26 'trace_event/memory_profiler_allocation_register.h', 26 'trace_event/memory_profiler_allocation_register.h',
27 'trace_event/memory_profiler_heap_dump_writer.cc',
28 'trace_event/memory_profiler_heap_dump_writer.h',
27 'trace_event/process_memory_dump.cc', 29 'trace_event/process_memory_dump.cc',
28 'trace_event/process_memory_dump.h', 30 'trace_event/process_memory_dump.h',
29 'trace_event/process_memory_maps.cc', 31 'trace_event/process_memory_maps.cc',
30 'trace_event/process_memory_maps.h', 32 'trace_event/process_memory_maps.h',
31 'trace_event/process_memory_maps_dump_provider.h', 33 'trace_event/process_memory_maps_dump_provider.h',
32 'trace_event/process_memory_totals.cc', 34 'trace_event/process_memory_totals.cc',
33 'trace_event/process_memory_totals.h', 35 'trace_event/process_memory_totals.h',
34 'trace_event/process_memory_totals_dump_provider.cc', 36 'trace_event/process_memory_totals_dump_provider.cc',
35 'trace_event/process_memory_totals_dump_provider.h', 37 'trace_event/process_memory_totals_dump_provider.h',
36 'trace_event/trace_buffer.cc', 38 'trace_event/trace_buffer.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'trace_event/malloc_dump_provider.h', 87 'trace_event/malloc_dump_provider.h',
86 'trace_event/process_memory_maps_dump_provider.cc', 88 'trace_event/process_memory_maps_dump_provider.cc',
87 ], 89 ],
88 'trace_event_test_sources' : [ 90 'trace_event_test_sources' : [
89 'trace_event/process_memory_maps_dump_provider_unittest.cc', 91 'trace_event/process_memory_maps_dump_provider_unittest.cc',
90 ], 92 ],
91 }], 93 }],
92 ], 94 ],
93 }, 95 },
94 } 96 }
OLDNEW
« no previous file with comments | « base/trace_event/process_memory_dump.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698