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

Side by Side Diff: base/BUILD.gn

Issue 2557743002: tracing: simplify lifetime of TraceEventFilter(s) (Closed)
Patch Set: rebase Created 4 years 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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 "timer/mock_timer.h", 917 "timer/mock_timer.h",
918 "timer/timer.cc", 918 "timer/timer.cc",
919 "timer/timer.h", 919 "timer/timer.h",
920 "trace_event/auto_open_close_event.cc", 920 "trace_event/auto_open_close_event.cc",
921 "trace_event/auto_open_close_event.h", 921 "trace_event/auto_open_close_event.h",
922 "trace_event/blame_context.cc", 922 "trace_event/blame_context.cc",
923 "trace_event/blame_context.h", 923 "trace_event/blame_context.h",
924 "trace_event/category_registry.cc", 924 "trace_event/category_registry.cc",
925 "trace_event/category_registry.h", 925 "trace_event/category_registry.h",
926 "trace_event/common/trace_event_common.h", 926 "trace_event/common/trace_event_common.h",
927 "trace_event/event_filter_registry.cc",
928 "trace_event/event_filter_registry.h",
927 "trace_event/event_name_filter.cc", 929 "trace_event/event_name_filter.cc",
928 "trace_event/event_name_filter.h", 930 "trace_event/event_name_filter.h",
929 "trace_event/heap_profiler.h", 931 "trace_event/heap_profiler.h",
930 "trace_event/heap_profiler_allocation_context.cc", 932 "trace_event/heap_profiler_allocation_context.cc",
931 "trace_event/heap_profiler_allocation_context.h", 933 "trace_event/heap_profiler_allocation_context.h",
932 "trace_event/heap_profiler_allocation_context_tracker.cc", 934 "trace_event/heap_profiler_allocation_context_tracker.cc",
933 "trace_event/heap_profiler_allocation_context_tracker.h", 935 "trace_event/heap_profiler_allocation_context_tracker.h",
934 "trace_event/heap_profiler_allocation_register.cc", 936 "trace_event/heap_profiler_allocation_register.cc",
935 "trace_event/heap_profiler_allocation_register.h", 937 "trace_event/heap_profiler_allocation_register.h",
936 "trace_event/heap_profiler_allocation_register_posix.cc", 938 "trace_event/heap_profiler_allocation_register_posix.cc",
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
2022 "threading/worker_pool_posix_unittest.cc", 2024 "threading/worker_pool_posix_unittest.cc",
2023 "threading/worker_pool_unittest.cc", 2025 "threading/worker_pool_unittest.cc",
2024 "time/pr_time_unittest.cc", 2026 "time/pr_time_unittest.cc",
2025 "time/time_unittest.cc", 2027 "time/time_unittest.cc",
2026 "time/time_win_unittest.cc", 2028 "time/time_win_unittest.cc",
2027 "timer/hi_res_timer_manager_unittest.cc", 2029 "timer/hi_res_timer_manager_unittest.cc",
2028 "timer/mock_timer_unittest.cc", 2030 "timer/mock_timer_unittest.cc",
2029 "timer/timer_unittest.cc", 2031 "timer/timer_unittest.cc",
2030 "tools_sanity_unittest.cc", 2032 "tools_sanity_unittest.cc",
2031 "trace_event/blame_context_unittest.cc", 2033 "trace_event/blame_context_unittest.cc",
2034 "trace_event/event_filter_registry_unittest.cc",
2032 "trace_event/event_name_filter_unittest.cc", 2035 "trace_event/event_name_filter_unittest.cc",
2033 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", 2036 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc",
2034 "trace_event/heap_profiler_allocation_register_unittest.cc", 2037 "trace_event/heap_profiler_allocation_register_unittest.cc",
2035 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", 2038 "trace_event/heap_profiler_heap_dump_writer_unittest.cc",
2036 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", 2039 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc",
2037 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", 2040 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc",
2038 "trace_event/java_heap_dump_provider_android_unittest.cc", 2041 "trace_event/java_heap_dump_provider_android_unittest.cc",
2039 "trace_event/memory_allocator_dump_unittest.cc", 2042 "trace_event/memory_allocator_dump_unittest.cc",
2040 "trace_event/memory_dump_manager_unittest.cc", 2043 "trace_event/memory_dump_manager_unittest.cc",
2041 "trace_event/memory_usage_estimator_unittest.cc", 2044 "trace_event/memory_usage_estimator_unittest.cc",
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
2535 } 2538 }
2536 2539
2537 fuzzer_test("base_json_correctness_fuzzer") { 2540 fuzzer_test("base_json_correctness_fuzzer") {
2538 sources = [ 2541 sources = [
2539 "json/correctness_fuzzer.cc", 2542 "json/correctness_fuzzer.cc",
2540 ] 2543 ]
2541 deps = [ 2544 deps = [
2542 ":base", 2545 ":base",
2543 ] 2546 ]
2544 } 2547 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/event_filter_registry.h » ('j') | base/trace_event/event_filter_registry.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698