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

Side by Side Diff: base/BUILD.gn

Issue 2650863003: [tracing] Switch to new heap dump format. (Closed)
Patch Set: Address comments (heaps_v2) Created 3 years, 9 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 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 "trace_event/heap_profiler_allocation_context.cc", 969 "trace_event/heap_profiler_allocation_context.cc",
970 "trace_event/heap_profiler_allocation_context.h", 970 "trace_event/heap_profiler_allocation_context.h",
971 "trace_event/heap_profiler_allocation_context_tracker.cc", 971 "trace_event/heap_profiler_allocation_context_tracker.cc",
972 "trace_event/heap_profiler_allocation_context_tracker.h", 972 "trace_event/heap_profiler_allocation_context_tracker.h",
973 "trace_event/heap_profiler_allocation_register.cc", 973 "trace_event/heap_profiler_allocation_register.cc",
974 "trace_event/heap_profiler_allocation_register.h", 974 "trace_event/heap_profiler_allocation_register.h",
975 "trace_event/heap_profiler_allocation_register_posix.cc", 975 "trace_event/heap_profiler_allocation_register_posix.cc",
976 "trace_event/heap_profiler_allocation_register_win.cc", 976 "trace_event/heap_profiler_allocation_register_win.cc",
977 "trace_event/heap_profiler_event_filter.cc", 977 "trace_event/heap_profiler_event_filter.cc",
978 "trace_event/heap_profiler_event_filter.h", 978 "trace_event/heap_profiler_event_filter.h",
979 "trace_event/heap_profiler_heap_dump_writer.cc", 979 "trace_event/heap_profiler_event_writer.cc",
980 "trace_event/heap_profiler_heap_dump_writer.h", 980 "trace_event/heap_profiler_event_writer.h",
981 "trace_event/heap_profiler_stack_frame_deduplicator.cc", 981 "trace_event/heap_profiler_stack_frame_deduplicator.cc",
982 "trace_event/heap_profiler_stack_frame_deduplicator.h", 982 "trace_event/heap_profiler_stack_frame_deduplicator.h",
983 "trace_event/heap_profiler_string_deduplicator.cc",
984 "trace_event/heap_profiler_string_deduplicator.h",
983 "trace_event/heap_profiler_type_name_deduplicator.cc", 985 "trace_event/heap_profiler_type_name_deduplicator.cc",
984 "trace_event/heap_profiler_type_name_deduplicator.h", 986 "trace_event/heap_profiler_type_name_deduplicator.h",
985 "trace_event/java_heap_dump_provider_android.cc", 987 "trace_event/java_heap_dump_provider_android.cc",
986 "trace_event/java_heap_dump_provider_android.h", 988 "trace_event/java_heap_dump_provider_android.h",
987 "trace_event/malloc_dump_provider.cc", 989 "trace_event/malloc_dump_provider.cc",
988 "trace_event/malloc_dump_provider.h", 990 "trace_event/malloc_dump_provider.h",
989 "trace_event/memory_allocator_dump.cc", 991 "trace_event/memory_allocator_dump.cc",
990 "trace_event/memory_allocator_dump.h", 992 "trace_event/memory_allocator_dump.h",
991 "trace_event/memory_allocator_dump_guid.cc", 993 "trace_event/memory_allocator_dump_guid.cc",
992 "trace_event/memory_allocator_dump_guid.h", 994 "trace_event/memory_allocator_dump_guid.h",
(...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
2141 "time/time_unittest.cc", 2143 "time/time_unittest.cc",
2142 "time/time_win_unittest.cc", 2144 "time/time_win_unittest.cc",
2143 "timer/hi_res_timer_manager_unittest.cc", 2145 "timer/hi_res_timer_manager_unittest.cc",
2144 "timer/mock_timer_unittest.cc", 2146 "timer/mock_timer_unittest.cc",
2145 "timer/timer_unittest.cc", 2147 "timer/timer_unittest.cc",
2146 "tools_sanity_unittest.cc", 2148 "tools_sanity_unittest.cc",
2147 "trace_event/blame_context_unittest.cc", 2149 "trace_event/blame_context_unittest.cc",
2148 "trace_event/event_name_filter_unittest.cc", 2150 "trace_event/event_name_filter_unittest.cc",
2149 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", 2151 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc",
2150 "trace_event/heap_profiler_allocation_register_unittest.cc", 2152 "trace_event/heap_profiler_allocation_register_unittest.cc",
2151 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", 2153 "trace_event/heap_profiler_event_writer_unittest.cc",
2152 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", 2154 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc",
2155 "trace_event/heap_profiler_string_deduplicator_unittest.cc",
2153 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", 2156 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc",
2154 "trace_event/java_heap_dump_provider_android_unittest.cc", 2157 "trace_event/java_heap_dump_provider_android_unittest.cc",
2155 "trace_event/memory_allocator_dump_unittest.cc", 2158 "trace_event/memory_allocator_dump_unittest.cc",
2156 "trace_event/memory_dump_manager_unittest.cc", 2159 "trace_event/memory_dump_manager_unittest.cc",
2157 "trace_event/memory_usage_estimator_unittest.cc", 2160 "trace_event/memory_usage_estimator_unittest.cc",
2158 "trace_event/process_memory_dump_unittest.cc", 2161 "trace_event/process_memory_dump_unittest.cc",
2159 "trace_event/trace_category_unittest.cc", 2162 "trace_event/trace_category_unittest.cc",
2160 "trace_event/trace_config_unittest.cc", 2163 "trace_event/trace_config_unittest.cc",
2161 "trace_event/trace_event_argument_unittest.cc", 2164 "trace_event/trace_event_argument_unittest.cc",
2162 "trace_event/trace_event_filter_test_utils.cc", 2165 "trace_event/trace_event_filter_test_utils.cc",
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
2667 } 2670 }
2668 2671
2669 fuzzer_test("base_json_correctness_fuzzer") { 2672 fuzzer_test("base_json_correctness_fuzzer") {
2670 sources = [ 2673 sources = [
2671 "json/correctness_fuzzer.cc", 2674 "json/correctness_fuzzer.cc",
2672 ] 2675 ]
2673 deps = [ 2676 deps = [
2674 ":base", 2677 ":base",
2675 ] 2678 ]
2676 } 2679 }
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