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

Side by Side Diff: base/BUILD.gn

Issue 2452063003: tracing: split out the CategoryRegistry from the TraceLog (Closed)
Patch Set: add tests, 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/category_registry.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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 "timer/hi_res_timer_manager_posix.cc", 891 "timer/hi_res_timer_manager_posix.cc",
892 "timer/hi_res_timer_manager_win.cc", 892 "timer/hi_res_timer_manager_win.cc",
893 "timer/mock_timer.cc", 893 "timer/mock_timer.cc",
894 "timer/mock_timer.h", 894 "timer/mock_timer.h",
895 "timer/timer.cc", 895 "timer/timer.cc",
896 "timer/timer.h", 896 "timer/timer.h",
897 "trace_event/auto_open_close_event.cc", 897 "trace_event/auto_open_close_event.cc",
898 "trace_event/auto_open_close_event.h", 898 "trace_event/auto_open_close_event.h",
899 "trace_event/blame_context.cc", 899 "trace_event/blame_context.cc",
900 "trace_event/blame_context.h", 900 "trace_event/blame_context.h",
901 "trace_event/category_registry.cc",
902 "trace_event/category_registry.h",
901 "trace_event/common/trace_event_common.h", 903 "trace_event/common/trace_event_common.h",
902 "trace_event/heap_profiler.h", 904 "trace_event/heap_profiler.h",
903 "trace_event/heap_profiler_allocation_context.cc", 905 "trace_event/heap_profiler_allocation_context.cc",
904 "trace_event/heap_profiler_allocation_context.h", 906 "trace_event/heap_profiler_allocation_context.h",
905 "trace_event/heap_profiler_allocation_context_tracker.cc", 907 "trace_event/heap_profiler_allocation_context_tracker.cc",
906 "trace_event/heap_profiler_allocation_context_tracker.h", 908 "trace_event/heap_profiler_allocation_context_tracker.h",
907 "trace_event/heap_profiler_allocation_register.cc", 909 "trace_event/heap_profiler_allocation_register.cc",
908 "trace_event/heap_profiler_allocation_register.h", 910 "trace_event/heap_profiler_allocation_register.h",
909 "trace_event/heap_profiler_allocation_register_posix.cc", 911 "trace_event/heap_profiler_allocation_register_posix.cc",
910 "trace_event/heap_profiler_allocation_register_win.cc", 912 "trace_event/heap_profiler_allocation_register_win.cc",
(...skipping 21 matching lines...) Expand all
932 "trace_event/memory_infra_background_whitelist.cc", 934 "trace_event/memory_infra_background_whitelist.cc",
933 "trace_event/memory_infra_background_whitelist.h", 935 "trace_event/memory_infra_background_whitelist.h",
934 "trace_event/process_memory_dump.cc", 936 "trace_event/process_memory_dump.cc",
935 "trace_event/process_memory_dump.h", 937 "trace_event/process_memory_dump.h",
936 "trace_event/process_memory_maps.cc", 938 "trace_event/process_memory_maps.cc",
937 "trace_event/process_memory_maps.h", 939 "trace_event/process_memory_maps.h",
938 "trace_event/process_memory_totals.cc", 940 "trace_event/process_memory_totals.cc",
939 "trace_event/process_memory_totals.h", 941 "trace_event/process_memory_totals.h",
940 "trace_event/trace_buffer.cc", 942 "trace_event/trace_buffer.cc",
941 "trace_event/trace_buffer.h", 943 "trace_event/trace_buffer.h",
944 "trace_event/trace_category.h",
942 "trace_event/trace_config.cc", 945 "trace_event/trace_config.cc",
943 "trace_event/trace_config.h", 946 "trace_event/trace_config.h",
944 "trace_event/trace_event.h", 947 "trace_event/trace_event.h",
945 "trace_event/trace_event_android.cc", 948 "trace_event/trace_event_android.cc",
946 "trace_event/trace_event_argument.cc", 949 "trace_event/trace_event_argument.cc",
947 "trace_event/trace_event_argument.h", 950 "trace_event/trace_event_argument.h",
948 "trace_event/trace_event_etw_export_win.cc", 951 "trace_event/trace_event_etw_export_win.cc",
949 "trace_event/trace_event_etw_export_win.h", 952 "trace_event/trace_event_etw_export_win.h",
950 "trace_event/trace_event_impl.cc", 953 "trace_event/trace_event_impl.cc",
951 "trace_event/trace_event_impl.h", 954 "trace_event/trace_event_impl.h",
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 "trace_event/blame_context_unittest.cc", 1978 "trace_event/blame_context_unittest.cc",
1976 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", 1979 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc",
1977 "trace_event/heap_profiler_allocation_register_unittest.cc", 1980 "trace_event/heap_profiler_allocation_register_unittest.cc",
1978 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", 1981 "trace_event/heap_profiler_heap_dump_writer_unittest.cc",
1979 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", 1982 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc",
1980 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", 1983 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc",
1981 "trace_event/java_heap_dump_provider_android_unittest.cc", 1984 "trace_event/java_heap_dump_provider_android_unittest.cc",
1982 "trace_event/memory_allocator_dump_unittest.cc", 1985 "trace_event/memory_allocator_dump_unittest.cc",
1983 "trace_event/memory_dump_manager_unittest.cc", 1986 "trace_event/memory_dump_manager_unittest.cc",
1984 "trace_event/process_memory_dump_unittest.cc", 1987 "trace_event/process_memory_dump_unittest.cc",
1988 "trace_event/trace_category_unittest.cc",
1985 "trace_event/trace_config_unittest.cc", 1989 "trace_event/trace_config_unittest.cc",
1986 "trace_event/trace_event_argument_unittest.cc", 1990 "trace_event/trace_event_argument_unittest.cc",
1987 "trace_event/trace_event_synthetic_delay_unittest.cc", 1991 "trace_event/trace_event_synthetic_delay_unittest.cc",
1988 "trace_event/trace_event_system_stats_monitor_unittest.cc", 1992 "trace_event/trace_event_system_stats_monitor_unittest.cc",
1989 "trace_event/trace_event_unittest.cc", 1993 "trace_event/trace_event_unittest.cc",
1990 "tracked_objects_unittest.cc", 1994 "tracked_objects_unittest.cc",
1991 "tuple_unittest.cc", 1995 "tuple_unittest.cc",
1992 "unguessable_token_unittest.cc", 1996 "unguessable_token_unittest.cc",
1993 "values_unittest.cc", 1997 "values_unittest.cc",
1994 "version_unittest.cc", 1998 "version_unittest.cc",
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
2467 } 2471 }
2468 2472
2469 fuzzer_test("base_json_correctness_fuzzer") { 2473 fuzzer_test("base_json_correctness_fuzzer") {
2470 sources = [ 2474 sources = [
2471 "json/correctness_fuzzer.cc", 2475 "json/correctness_fuzzer.cc",
2472 ] 2476 ]
2473 deps = [ 2477 deps = [
2474 ":base", 2478 ":base",
2475 ] 2479 ]
2476 } 2480 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/category_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698