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

Side by Side Diff: base/BUILD.gn

Issue 2650863003: [tracing] Switch to new heap dump format. (Closed)
Patch Set: Fix rebase damage Created 3 years, 7 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 | « no previous file | base/trace_event/heap_profiler_event_writer.h » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 "trace_event/heap_profiler_allocation_context.cc", 949 "trace_event/heap_profiler_allocation_context.cc",
950 "trace_event/heap_profiler_allocation_context.h", 950 "trace_event/heap_profiler_allocation_context.h",
951 "trace_event/heap_profiler_allocation_context_tracker.cc", 951 "trace_event/heap_profiler_allocation_context_tracker.cc",
952 "trace_event/heap_profiler_allocation_context_tracker.h", 952 "trace_event/heap_profiler_allocation_context_tracker.h",
953 "trace_event/heap_profiler_allocation_register.cc", 953 "trace_event/heap_profiler_allocation_register.cc",
954 "trace_event/heap_profiler_allocation_register.h", 954 "trace_event/heap_profiler_allocation_register.h",
955 "trace_event/heap_profiler_allocation_register_posix.cc", 955 "trace_event/heap_profiler_allocation_register_posix.cc",
956 "trace_event/heap_profiler_allocation_register_win.cc", 956 "trace_event/heap_profiler_allocation_register_win.cc",
957 "trace_event/heap_profiler_event_filter.cc", 957 "trace_event/heap_profiler_event_filter.cc",
958 "trace_event/heap_profiler_event_filter.h", 958 "trace_event/heap_profiler_event_filter.h",
959 "trace_event/heap_profiler_heap_dump_writer.cc", 959 "trace_event/heap_profiler_event_writer.cc",
960 "trace_event/heap_profiler_heap_dump_writer.h", 960 "trace_event/heap_profiler_event_writer.h",
961 "trace_event/heap_profiler_serialization_state.cc", 961 "trace_event/heap_profiler_serialization_state.cc",
962 "trace_event/heap_profiler_serialization_state.h", 962 "trace_event/heap_profiler_serialization_state.h",
963 "trace_event/heap_profiler_stack_frame_deduplicator.cc", 963 "trace_event/heap_profiler_stack_frame_deduplicator.cc",
964 "trace_event/heap_profiler_stack_frame_deduplicator.h", 964 "trace_event/heap_profiler_stack_frame_deduplicator.h",
965 "trace_event/heap_profiler_string_deduplicator.cc",
966 "trace_event/heap_profiler_string_deduplicator.h",
965 "trace_event/heap_profiler_type_name_deduplicator.cc", 967 "trace_event/heap_profiler_type_name_deduplicator.cc",
966 "trace_event/heap_profiler_type_name_deduplicator.h", 968 "trace_event/heap_profiler_type_name_deduplicator.h",
967 "trace_event/java_heap_dump_provider_android.cc", 969 "trace_event/java_heap_dump_provider_android.cc",
968 "trace_event/java_heap_dump_provider_android.h", 970 "trace_event/java_heap_dump_provider_android.h",
969 "trace_event/malloc_dump_provider.cc", 971 "trace_event/malloc_dump_provider.cc",
970 "trace_event/malloc_dump_provider.h", 972 "trace_event/malloc_dump_provider.h",
971 "trace_event/memory_allocator_dump.cc", 973 "trace_event/memory_allocator_dump.cc",
972 "trace_event/memory_allocator_dump.h", 974 "trace_event/memory_allocator_dump.h",
973 "trace_event/memory_allocator_dump_guid.cc", 975 "trace_event/memory_allocator_dump_guid.cc",
974 "trace_event/memory_allocator_dump_guid.h", 976 "trace_event/memory_allocator_dump_guid.h",
(...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after
2169 "time/time_unittest.cc", 2171 "time/time_unittest.cc",
2170 "time/time_win_unittest.cc", 2172 "time/time_win_unittest.cc",
2171 "timer/hi_res_timer_manager_unittest.cc", 2173 "timer/hi_res_timer_manager_unittest.cc",
2172 "timer/mock_timer_unittest.cc", 2174 "timer/mock_timer_unittest.cc",
2173 "timer/timer_unittest.cc", 2175 "timer/timer_unittest.cc",
2174 "tools_sanity_unittest.cc", 2176 "tools_sanity_unittest.cc",
2175 "trace_event/blame_context_unittest.cc", 2177 "trace_event/blame_context_unittest.cc",
2176 "trace_event/event_name_filter_unittest.cc", 2178 "trace_event/event_name_filter_unittest.cc",
2177 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", 2179 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc",
2178 "trace_event/heap_profiler_allocation_register_unittest.cc", 2180 "trace_event/heap_profiler_allocation_register_unittest.cc",
2179 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", 2181 "trace_event/heap_profiler_event_writer_unittest.cc",
2180 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", 2182 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc",
2183 "trace_event/heap_profiler_string_deduplicator_unittest.cc",
2181 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", 2184 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc",
2182 "trace_event/java_heap_dump_provider_android_unittest.cc", 2185 "trace_event/java_heap_dump_provider_android_unittest.cc",
2183 "trace_event/memory_allocator_dump_unittest.cc", 2186 "trace_event/memory_allocator_dump_unittest.cc",
2184 "trace_event/memory_dump_manager_unittest.cc", 2187 "trace_event/memory_dump_manager_unittest.cc",
2185 "trace_event/memory_dump_scheduler_unittest.cc", 2188 "trace_event/memory_dump_scheduler_unittest.cc",
2186 "trace_event/memory_peak_detector_unittest.cc", 2189 "trace_event/memory_peak_detector_unittest.cc",
2187 "trace_event/memory_usage_estimator_unittest.cc", 2190 "trace_event/memory_usage_estimator_unittest.cc",
2188 "trace_event/process_memory_dump_unittest.cc", 2191 "trace_event/process_memory_dump_unittest.cc",
2189 "trace_event/trace_category_unittest.cc", 2192 "trace_event/trace_category_unittest.cc",
2190 "trace_event/trace_config_unittest.cc", 2193 "trace_event/trace_config_unittest.cc",
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
2724 } 2727 }
2725 2728
2726 fuzzer_test("base_json_correctness_fuzzer") { 2729 fuzzer_test("base_json_correctness_fuzzer") {
2727 sources = [ 2730 sources = [
2728 "json/correctness_fuzzer.cc", 2731 "json/correctness_fuzzer.cc",
2729 ] 2732 ]
2730 deps = [ 2733 deps = [
2731 ":base", 2734 ":base",
2732 ] 2735 ]
2733 } 2736 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/heap_profiler_event_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698