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

Side by Side Diff: base/BUILD.gn

Issue 2650863003: [tracing] Switch to new heap dump format. (Closed)
Patch Set: Sharded rebase 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
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 937 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 "trace_event/heap_profiler_allocation_context.cc", 948 "trace_event/heap_profiler_allocation_context.cc",
949 "trace_event/heap_profiler_allocation_context.h", 949 "trace_event/heap_profiler_allocation_context.h",
950 "trace_event/heap_profiler_allocation_context_tracker.cc", 950 "trace_event/heap_profiler_allocation_context_tracker.cc",
951 "trace_event/heap_profiler_allocation_context_tracker.h", 951 "trace_event/heap_profiler_allocation_context_tracker.h",
952 "trace_event/heap_profiler_allocation_register.cc", 952 "trace_event/heap_profiler_allocation_register.cc",
953 "trace_event/heap_profiler_allocation_register.h", 953 "trace_event/heap_profiler_allocation_register.h",
954 "trace_event/heap_profiler_allocation_register_posix.cc", 954 "trace_event/heap_profiler_allocation_register_posix.cc",
955 "trace_event/heap_profiler_allocation_register_win.cc", 955 "trace_event/heap_profiler_allocation_register_win.cc",
956 "trace_event/heap_profiler_event_filter.cc", 956 "trace_event/heap_profiler_event_filter.cc",
957 "trace_event/heap_profiler_event_filter.h", 957 "trace_event/heap_profiler_event_filter.h",
958 "trace_event/heap_profiler_heap_dump_writer.cc", 958 "trace_event/heap_profiler_event_writer.cc",
959 "trace_event/heap_profiler_heap_dump_writer.h", 959 "trace_event/heap_profiler_event_writer.h",
960 "trace_event/heap_profiler_serialization_state.cc", 960 "trace_event/heap_profiler_serialization_state.cc",
961 "trace_event/heap_profiler_serialization_state.h", 961 "trace_event/heap_profiler_serialization_state.h",
962 "trace_event/heap_profiler_stack_frame_deduplicator.cc", 962 "trace_event/heap_profiler_stack_frame_deduplicator.cc",
963 "trace_event/heap_profiler_stack_frame_deduplicator.h", 963 "trace_event/heap_profiler_stack_frame_deduplicator.h",
964 "trace_event/heap_profiler_string_deduplicator.cc",
965 "trace_event/heap_profiler_string_deduplicator.h",
964 "trace_event/heap_profiler_type_name_deduplicator.cc", 966 "trace_event/heap_profiler_type_name_deduplicator.cc",
965 "trace_event/heap_profiler_type_name_deduplicator.h", 967 "trace_event/heap_profiler_type_name_deduplicator.h",
966 "trace_event/java_heap_dump_provider_android.cc", 968 "trace_event/java_heap_dump_provider_android.cc",
967 "trace_event/java_heap_dump_provider_android.h", 969 "trace_event/java_heap_dump_provider_android.h",
968 "trace_event/malloc_dump_provider.cc", 970 "trace_event/malloc_dump_provider.cc",
969 "trace_event/malloc_dump_provider.h", 971 "trace_event/malloc_dump_provider.h",
970 "trace_event/memory_allocator_dump.cc", 972 "trace_event/memory_allocator_dump.cc",
971 "trace_event/memory_allocator_dump.h", 973 "trace_event/memory_allocator_dump.h",
972 "trace_event/memory_allocator_dump_guid.cc", 974 "trace_event/memory_allocator_dump_guid.cc",
973 "trace_event/memory_allocator_dump_guid.h", 975 "trace_event/memory_allocator_dump_guid.h",
(...skipping 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
2211 "time/time_unittest.cc", 2213 "time/time_unittest.cc",
2212 "time/time_win_unittest.cc", 2214 "time/time_win_unittest.cc",
2213 "timer/hi_res_timer_manager_unittest.cc", 2215 "timer/hi_res_timer_manager_unittest.cc",
2214 "timer/mock_timer_unittest.cc", 2216 "timer/mock_timer_unittest.cc",
2215 "timer/timer_unittest.cc", 2217 "timer/timer_unittest.cc",
2216 "tools_sanity_unittest.cc", 2218 "tools_sanity_unittest.cc",
2217 "trace_event/blame_context_unittest.cc", 2219 "trace_event/blame_context_unittest.cc",
2218 "trace_event/event_name_filter_unittest.cc", 2220 "trace_event/event_name_filter_unittest.cc",
2219 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", 2221 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc",
2220 "trace_event/heap_profiler_allocation_register_unittest.cc", 2222 "trace_event/heap_profiler_allocation_register_unittest.cc",
2221 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", 2223 "trace_event/heap_profiler_event_writer_unittest.cc",
2222 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", 2224 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc",
2225 "trace_event/heap_profiler_string_deduplicator_unittest.cc",
2223 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", 2226 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc",
2224 "trace_event/java_heap_dump_provider_android_unittest.cc", 2227 "trace_event/java_heap_dump_provider_android_unittest.cc",
2225 "trace_event/memory_allocator_dump_unittest.cc", 2228 "trace_event/memory_allocator_dump_unittest.cc",
2226 "trace_event/memory_dump_manager_unittest.cc", 2229 "trace_event/memory_dump_manager_unittest.cc",
2227 "trace_event/memory_dump_scheduler_unittest.cc", 2230 "trace_event/memory_dump_scheduler_unittest.cc",
2228 "trace_event/memory_peak_detector_unittest.cc", 2231 "trace_event/memory_peak_detector_unittest.cc",
2229 "trace_event/memory_usage_estimator_unittest.cc", 2232 "trace_event/memory_usage_estimator_unittest.cc",
2230 "trace_event/process_memory_dump_unittest.cc", 2233 "trace_event/process_memory_dump_unittest.cc",
2231 "trace_event/trace_category_unittest.cc", 2234 "trace_event/trace_category_unittest.cc",
2232 "trace_event/trace_config_unittest.cc", 2235 "trace_event/trace_config_unittest.cc",
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
2768 } 2771 }
2769 2772
2770 fuzzer_test("base_json_correctness_fuzzer") { 2773 fuzzer_test("base_json_correctness_fuzzer") {
2771 sources = [ 2774 sources = [
2772 "json/correctness_fuzzer.cc", 2775 "json/correctness_fuzzer.cc",
2773 ] 2776 ]
2774 deps = [ 2777 deps = [
2775 ":base", 2778 ":base",
2776 ] 2779 ]
2777 } 2780 }
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.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698