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

Side by Side Diff: base/BUILD.gn

Issue 2440393002: [tracing] Implement composable memory usage estimators. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/memory_usage_estimator.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 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 "trace_event/memory_allocator_dump_guid.h", 929 "trace_event/memory_allocator_dump_guid.h",
930 "trace_event/memory_dump_manager.cc", 930 "trace_event/memory_dump_manager.cc",
931 "trace_event/memory_dump_manager.h", 931 "trace_event/memory_dump_manager.h",
932 "trace_event/memory_dump_provider.h", 932 "trace_event/memory_dump_provider.h",
933 "trace_event/memory_dump_request_args.cc", 933 "trace_event/memory_dump_request_args.cc",
934 "trace_event/memory_dump_request_args.h", 934 "trace_event/memory_dump_request_args.h",
935 "trace_event/memory_dump_session_state.cc", 935 "trace_event/memory_dump_session_state.cc",
936 "trace_event/memory_dump_session_state.h", 936 "trace_event/memory_dump_session_state.h",
937 "trace_event/memory_infra_background_whitelist.cc", 937 "trace_event/memory_infra_background_whitelist.cc",
938 "trace_event/memory_infra_background_whitelist.h", 938 "trace_event/memory_infra_background_whitelist.h",
939 "trace_event/memory_usage_estimator.cc",
940 "trace_event/memory_usage_estimator.h",
939 "trace_event/process_memory_dump.cc", 941 "trace_event/process_memory_dump.cc",
940 "trace_event/process_memory_dump.h", 942 "trace_event/process_memory_dump.h",
941 "trace_event/process_memory_maps.cc", 943 "trace_event/process_memory_maps.cc",
942 "trace_event/process_memory_maps.h", 944 "trace_event/process_memory_maps.h",
943 "trace_event/process_memory_totals.cc", 945 "trace_event/process_memory_totals.cc",
944 "trace_event/process_memory_totals.h", 946 "trace_event/process_memory_totals.h",
945 "trace_event/trace_buffer.cc", 947 "trace_event/trace_buffer.cc",
946 "trace_event/trace_buffer.h", 948 "trace_event/trace_buffer.h",
947 "trace_event/trace_category.h", 949 "trace_event/trace_category.h",
948 "trace_event/trace_config.cc", 950 "trace_event/trace_config.cc",
(...skipping 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after
1982 "tools_sanity_unittest.cc", 1984 "tools_sanity_unittest.cc",
1983 "trace_event/blame_context_unittest.cc", 1985 "trace_event/blame_context_unittest.cc",
1984 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", 1986 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc",
1985 "trace_event/heap_profiler_allocation_register_unittest.cc", 1987 "trace_event/heap_profiler_allocation_register_unittest.cc",
1986 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", 1988 "trace_event/heap_profiler_heap_dump_writer_unittest.cc",
1987 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", 1989 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc",
1988 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", 1990 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc",
1989 "trace_event/java_heap_dump_provider_android_unittest.cc", 1991 "trace_event/java_heap_dump_provider_android_unittest.cc",
1990 "trace_event/memory_allocator_dump_unittest.cc", 1992 "trace_event/memory_allocator_dump_unittest.cc",
1991 "trace_event/memory_dump_manager_unittest.cc", 1993 "trace_event/memory_dump_manager_unittest.cc",
1994 "trace_event/memory_usage_estimator_unittest.cc",
1992 "trace_event/process_memory_dump_unittest.cc", 1995 "trace_event/process_memory_dump_unittest.cc",
1993 "trace_event/trace_category_unittest.cc", 1996 "trace_event/trace_category_unittest.cc",
1994 "trace_event/trace_config_unittest.cc", 1997 "trace_event/trace_config_unittest.cc",
1995 "trace_event/trace_event_argument_unittest.cc", 1998 "trace_event/trace_event_argument_unittest.cc",
1996 "trace_event/trace_event_synthetic_delay_unittest.cc", 1999 "trace_event/trace_event_synthetic_delay_unittest.cc",
1997 "trace_event/trace_event_system_stats_monitor_unittest.cc", 2000 "trace_event/trace_event_system_stats_monitor_unittest.cc",
1998 "trace_event/trace_event_unittest.cc", 2001 "trace_event/trace_event_unittest.cc",
1999 "tracked_objects_unittest.cc", 2002 "tracked_objects_unittest.cc",
2000 "tuple_unittest.cc", 2003 "tuple_unittest.cc",
2001 "unguessable_token_unittest.cc", 2004 "unguessable_token_unittest.cc",
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
2480 } 2483 }
2481 2484
2482 fuzzer_test("base_json_correctness_fuzzer") { 2485 fuzzer_test("base_json_correctness_fuzzer") {
2483 sources = [ 2486 sources = [
2484 "json/correctness_fuzzer.cc", 2487 "json/correctness_fuzzer.cc",
2485 ] 2488 ]
2486 deps = [ 2489 deps = [
2487 ":base", 2490 ":base",
2488 ] 2491 ]
2489 } 2492 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/memory_usage_estimator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698