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

Side by Side Diff: base/BUILD.gn

Issue 2861133002: memory-infra: Move dump level check to observer and rename session state (Closed)
Patch Set: move comment 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 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_heap_dump_writer.cc",
960 "trace_event/heap_profiler_heap_dump_writer.h", 960 "trace_event/heap_profiler_heap_dump_writer.h",
961 "trace_event/heap_profiler_serialization_state.cc",
962 "trace_event/heap_profiler_serialization_state.h",
961 "trace_event/heap_profiler_stack_frame_deduplicator.cc", 963 "trace_event/heap_profiler_stack_frame_deduplicator.cc",
962 "trace_event/heap_profiler_stack_frame_deduplicator.h", 964 "trace_event/heap_profiler_stack_frame_deduplicator.h",
963 "trace_event/heap_profiler_type_name_deduplicator.cc", 965 "trace_event/heap_profiler_type_name_deduplicator.cc",
964 "trace_event/heap_profiler_type_name_deduplicator.h", 966 "trace_event/heap_profiler_type_name_deduplicator.h",
965 "trace_event/java_heap_dump_provider_android.cc", 967 "trace_event/java_heap_dump_provider_android.cc",
966 "trace_event/java_heap_dump_provider_android.h", 968 "trace_event/java_heap_dump_provider_android.h",
967 "trace_event/malloc_dump_provider.cc", 969 "trace_event/malloc_dump_provider.cc",
968 "trace_event/malloc_dump_provider.h", 970 "trace_event/malloc_dump_provider.h",
969 "trace_event/memory_allocator_dump.cc", 971 "trace_event/memory_allocator_dump.cc",
970 "trace_event/memory_allocator_dump.h", 972 "trace_event/memory_allocator_dump.h",
971 "trace_event/memory_allocator_dump_guid.cc", 973 "trace_event/memory_allocator_dump_guid.cc",
972 "trace_event/memory_allocator_dump_guid.h", 974 "trace_event/memory_allocator_dump_guid.h",
973 "trace_event/memory_dump_manager.cc", 975 "trace_event/memory_dump_manager.cc",
974 "trace_event/memory_dump_manager.h", 976 "trace_event/memory_dump_manager.h",
975 "trace_event/memory_dump_provider.h", 977 "trace_event/memory_dump_provider.h",
976 "trace_event/memory_dump_provider_info.cc", 978 "trace_event/memory_dump_provider_info.cc",
977 "trace_event/memory_dump_provider_info.h", 979 "trace_event/memory_dump_provider_info.h",
978 "trace_event/memory_dump_request_args.cc", 980 "trace_event/memory_dump_request_args.cc",
979 "trace_event/memory_dump_request_args.h", 981 "trace_event/memory_dump_request_args.h",
980 "trace_event/memory_dump_scheduler.cc", 982 "trace_event/memory_dump_scheduler.cc",
981 "trace_event/memory_dump_scheduler.h", 983 "trace_event/memory_dump_scheduler.h",
982 "trace_event/memory_dump_session_state.cc",
983 "trace_event/memory_dump_session_state.h",
984 "trace_event/memory_infra_background_whitelist.cc", 984 "trace_event/memory_infra_background_whitelist.cc",
985 "trace_event/memory_infra_background_whitelist.h", 985 "trace_event/memory_infra_background_whitelist.h",
986 "trace_event/memory_peak_detector.cc", 986 "trace_event/memory_peak_detector.cc",
987 "trace_event/memory_peak_detector.h", 987 "trace_event/memory_peak_detector.h",
988 "trace_event/memory_tracing_observer.cc", 988 "trace_event/memory_tracing_observer.cc",
989 "trace_event/memory_tracing_observer.h", 989 "trace_event/memory_tracing_observer.h",
990 "trace_event/memory_usage_estimator.cc", 990 "trace_event/memory_usage_estimator.cc",
991 "trace_event/memory_usage_estimator.h", 991 "trace_event/memory_usage_estimator.h",
992 "trace_event/process_memory_dump.cc", 992 "trace_event/process_memory_dump.cc",
993 "trace_event/process_memory_dump.h", 993 "trace_event/process_memory_dump.h",
(...skipping 1726 matching lines...) Expand 10 before | Expand all | Expand 10 after
2720 } 2720 }
2721 2721
2722 fuzzer_test("base_json_correctness_fuzzer") { 2722 fuzzer_test("base_json_correctness_fuzzer") {
2723 sources = [ 2723 sources = [
2724 "json/correctness_fuzzer.cc", 2724 "json/correctness_fuzzer.cc",
2725 ] 2725 ]
2726 deps = [ 2726 deps = [
2727 ":base", 2727 ":base",
2728 ] 2728 ]
2729 } 2729 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/heap_profiler_heap_dump_writer.h » ('j') | base/trace_event/memory_dump_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698