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

Side by Side Diff: base/BUILD.gn

Issue 2582453002: [tracing] Implement polling in MemoryDumpManager (Closed)
Patch Set: doc link and fix test. Created 3 years, 10 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_heap_dump_writer.cc » ('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 970 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 "trace_event/malloc_dump_provider.h", 981 "trace_event/malloc_dump_provider.h",
982 "trace_event/memory_allocator_dump.cc", 982 "trace_event/memory_allocator_dump.cc",
983 "trace_event/memory_allocator_dump.h", 983 "trace_event/memory_allocator_dump.h",
984 "trace_event/memory_allocator_dump_guid.cc", 984 "trace_event/memory_allocator_dump_guid.cc",
985 "trace_event/memory_allocator_dump_guid.h", 985 "trace_event/memory_allocator_dump_guid.h",
986 "trace_event/memory_dump_manager.cc", 986 "trace_event/memory_dump_manager.cc",
987 "trace_event/memory_dump_manager.h", 987 "trace_event/memory_dump_manager.h",
988 "trace_event/memory_dump_provider.h", 988 "trace_event/memory_dump_provider.h",
989 "trace_event/memory_dump_request_args.cc", 989 "trace_event/memory_dump_request_args.cc",
990 "trace_event/memory_dump_request_args.h", 990 "trace_event/memory_dump_request_args.h",
991 "trace_event/memory_dump_scheduler.cc",
992 "trace_event/memory_dump_scheduler.h",
991 "trace_event/memory_dump_session_state.cc", 993 "trace_event/memory_dump_session_state.cc",
992 "trace_event/memory_dump_session_state.h", 994 "trace_event/memory_dump_session_state.h",
993 "trace_event/memory_infra_background_whitelist.cc", 995 "trace_event/memory_infra_background_whitelist.cc",
994 "trace_event/memory_infra_background_whitelist.h", 996 "trace_event/memory_infra_background_whitelist.h",
995 "trace_event/memory_usage_estimator.cc", 997 "trace_event/memory_usage_estimator.cc",
996 "trace_event/memory_usage_estimator.h", 998 "trace_event/memory_usage_estimator.h",
997 "trace_event/process_memory_dump.cc", 999 "trace_event/process_memory_dump.cc",
998 "trace_event/process_memory_dump.h", 1000 "trace_event/process_memory_dump.h",
999 "trace_event/process_memory_maps.cc", 1001 "trace_event/process_memory_maps.cc",
1000 "trace_event/process_memory_maps.h", 1002 "trace_event/process_memory_maps.h",
(...skipping 1649 matching lines...) Expand 10 before | Expand all | Expand 10 after
2650 } 2652 }
2651 2653
2652 fuzzer_test("base_json_correctness_fuzzer") { 2654 fuzzer_test("base_json_correctness_fuzzer") {
2653 sources = [ 2655 sources = [
2654 "json/correctness_fuzzer.cc", 2656 "json/correctness_fuzzer.cc",
2655 ] 2657 ]
2656 deps = [ 2658 deps = [
2657 ":base", 2659 ":base",
2658 ] 2660 ]
2659 } 2661 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/heap_profiler_heap_dump_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698