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

Side by Side Diff: base/BUILD.gn

Issue 2650863003: [tracing] Switch to new heap dump format. (Closed)
Patch Set: DCHECK for continuous mode 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
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 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 "trace_event/heap_profiler_allocation_context.cc", 967 "trace_event/heap_profiler_allocation_context.cc",
968 "trace_event/heap_profiler_allocation_context.h", 968 "trace_event/heap_profiler_allocation_context.h",
969 "trace_event/heap_profiler_allocation_context_tracker.cc", 969 "trace_event/heap_profiler_allocation_context_tracker.cc",
970 "trace_event/heap_profiler_allocation_context_tracker.h", 970 "trace_event/heap_profiler_allocation_context_tracker.h",
971 "trace_event/heap_profiler_allocation_register.cc", 971 "trace_event/heap_profiler_allocation_register.cc",
972 "trace_event/heap_profiler_allocation_register.h", 972 "trace_event/heap_profiler_allocation_register.h",
973 "trace_event/heap_profiler_allocation_register_posix.cc", 973 "trace_event/heap_profiler_allocation_register_posix.cc",
974 "trace_event/heap_profiler_allocation_register_win.cc", 974 "trace_event/heap_profiler_allocation_register_win.cc",
975 "trace_event/heap_profiler_event_filter.cc", 975 "trace_event/heap_profiler_event_filter.cc",
976 "trace_event/heap_profiler_event_filter.h", 976 "trace_event/heap_profiler_event_filter.h",
977 "trace_event/heap_profiler_heap_dump_writer.cc", 977 "trace_event/heap_profiler_event_writer.cc",
978 "trace_event/heap_profiler_heap_dump_writer.h", 978 "trace_event/heap_profiler_event_writer.h",
979 "trace_event/heap_profiler_stack_frame_deduplicator.cc", 979 "trace_event/heap_profiler_stack_frame_deduplicator.cc",
980 "trace_event/heap_profiler_stack_frame_deduplicator.h", 980 "trace_event/heap_profiler_stack_frame_deduplicator.h",
981 "trace_event/heap_profiler_string_deduplicator.cc",
Primiano Tucci (use gerrit) 2017/03/09 11:47:44 remember to update also the gn bootstrap.py
DmitrySkiba 2017/03/14 22:12:47 Done.
982 "trace_event/heap_profiler_string_deduplicator.h",
981 "trace_event/heap_profiler_type_name_deduplicator.cc", 983 "trace_event/heap_profiler_type_name_deduplicator.cc",
982 "trace_event/heap_profiler_type_name_deduplicator.h", 984 "trace_event/heap_profiler_type_name_deduplicator.h",
983 "trace_event/java_heap_dump_provider_android.cc", 985 "trace_event/java_heap_dump_provider_android.cc",
984 "trace_event/java_heap_dump_provider_android.h", 986 "trace_event/java_heap_dump_provider_android.h",
985 "trace_event/malloc_dump_provider.cc", 987 "trace_event/malloc_dump_provider.cc",
986 "trace_event/malloc_dump_provider.h", 988 "trace_event/malloc_dump_provider.h",
987 "trace_event/memory_allocator_dump.cc", 989 "trace_event/memory_allocator_dump.cc",
988 "trace_event/memory_allocator_dump.h", 990 "trace_event/memory_allocator_dump.h",
989 "trace_event/memory_allocator_dump_guid.cc", 991 "trace_event/memory_allocator_dump_guid.cc",
990 "trace_event/memory_allocator_dump_guid.h", 992 "trace_event/memory_allocator_dump_guid.h",
(...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
2131 "time/time_unittest.cc", 2133 "time/time_unittest.cc",
2132 "time/time_win_unittest.cc", 2134 "time/time_win_unittest.cc",
2133 "timer/hi_res_timer_manager_unittest.cc", 2135 "timer/hi_res_timer_manager_unittest.cc",
2134 "timer/mock_timer_unittest.cc", 2136 "timer/mock_timer_unittest.cc",
2135 "timer/timer_unittest.cc", 2137 "timer/timer_unittest.cc",
2136 "tools_sanity_unittest.cc", 2138 "tools_sanity_unittest.cc",
2137 "trace_event/blame_context_unittest.cc", 2139 "trace_event/blame_context_unittest.cc",
2138 "trace_event/event_name_filter_unittest.cc", 2140 "trace_event/event_name_filter_unittest.cc",
2139 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", 2141 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc",
2140 "trace_event/heap_profiler_allocation_register_unittest.cc", 2142 "trace_event/heap_profiler_allocation_register_unittest.cc",
2141 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", 2143 "trace_event/heap_profiler_event_writer_unittest.cc",
2142 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", 2144 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc",
2145 "trace_event/heap_profiler_string_deduplicator_unittest.cc",
2143 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", 2146 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc",
2144 "trace_event/java_heap_dump_provider_android_unittest.cc", 2147 "trace_event/java_heap_dump_provider_android_unittest.cc",
2145 "trace_event/memory_allocator_dump_unittest.cc", 2148 "trace_event/memory_allocator_dump_unittest.cc",
2146 "trace_event/memory_dump_manager_unittest.cc", 2149 "trace_event/memory_dump_manager_unittest.cc",
2147 "trace_event/memory_usage_estimator_unittest.cc", 2150 "trace_event/memory_usage_estimator_unittest.cc",
2148 "trace_event/process_memory_dump_unittest.cc", 2151 "trace_event/process_memory_dump_unittest.cc",
2149 "trace_event/trace_category_unittest.cc", 2152 "trace_event/trace_category_unittest.cc",
2150 "trace_event/trace_config_unittest.cc", 2153 "trace_event/trace_config_unittest.cc",
2151 "trace_event/trace_event_argument_unittest.cc", 2154 "trace_event/trace_event_argument_unittest.cc",
2152 "trace_event/trace_event_filter_test_utils.cc", 2155 "trace_event/trace_event_filter_test_utils.cc",
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
2655 } 2658 }
2656 2659
2657 fuzzer_test("base_json_correctness_fuzzer") { 2660 fuzzer_test("base_json_correctness_fuzzer") {
2658 sources = [ 2661 sources = [
2659 "json/correctness_fuzzer.cc", 2662 "json/correctness_fuzzer.cc",
2660 ] 2663 ]
2661 deps = [ 2664 deps = [
2662 ":base", 2665 ":base",
2663 ] 2666 ]
2664 } 2667 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/heap_profiler_event_writer.h » ('j') | base/trace_event/heap_profiler_event_writer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698